C:
char c = '\uD0BC';
printf("%c\n", c); // Output: 킼
JavaScript:
const char = '\uD0BC';
console.log(char); // Output: 킼
Java:
char c = '\uD0BC';
System.out.println(c); // Output: 킼
JSON:
{"text": "\uD0BC"} // Value: 킼
Python:
char = '\uD0BC'
print(char) # Output: 킼
Perl:
my $char = "\x{D0BC}";
print $char; # Output: 킼
PHP:
$char = "\x{D0BC}";
echo $char; // Output: 킼
Ruby:
char = "\u{D0BC}"
puts char # Output: 킼
Rust:
let c = '\u{D0BC}';
println!("{}", c); // Output: 킼
Go:
char := '\uD0BC'
fmt.Printf("%c\n", char) // Output: 킼
CSS:
/* CSS content property */
.element::before {
content: "\00D0BC"; /* Display: 킼 */
}
HTML Decimal:
<p>HTML decimal: 킼</p> <!-- Display: 킼 -->
HTML Hexadecimal:
<p>HTML hex: 킼</p> <!-- Display: 킼 -->
URL Encoding:
// 킼 URL encoding
https://unicodefinder.com/search.php?query=%ED%82%BC
MD5:
2ead6e35971fa10224e1f86bb00d28ba
SHA1:
79f7feccdd06563776c3d30679493333a647d95d
Base64:
7YK8