C:
char c = '\uD0B4';
printf("%c\n", c); // Output: 킴
JavaScript:
const char = '\uD0B4';
console.log(char); // Output: 킴
Java:
char c = '\uD0B4';
System.out.println(c); // Output: 킴
JSON:
{"text": "\uD0B4"} // Value: 킴
Python:
char = '\uD0B4'
print(char) # Output: 킴
Perl:
my $char = "\x{D0B4}";
print $char; # Output: 킴
PHP:
$char = "\x{D0B4}";
echo $char; // Output: 킴
Ruby:
char = "\u{D0B4}"
puts char # Output: 킴
Rust:
let c = '\u{D0B4}';
println!("{}", c); // Output: 킴
Go:
char := '\uD0B4'
fmt.Printf("%c\n", char) // Output: 킴
CSS:
/* CSS content property */
.element::before {
content: "\00D0B4"; /* 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%B4
MD5:
a71592b1d5ef0e6c19de3e9878dfb325
SHA1:
2a9232e918ef0acc55c45afcce9422106e0a8268
Base64:
7YK0