C:
char c = '\uD5C6';
printf("%c\n", c); // Output: 헆
JavaScript:
const char = '\uD5C6';
console.log(char); // Output: 헆
Java:
char c = '\uD5C6';
System.out.println(c); // Output: 헆
JSON:
{"text": "\uD5C6"} // Value: 헆
Python:
char = '\uD5C6'
print(char) # Output: 헆
Perl:
my $char = "\x{D5C6}";
print $char; # Output: 헆
PHP:
$char = "\x{D5C6}";
echo $char; // Output: 헆
Ruby:
char = "\u{D5C6}"
puts char # Output: 헆
Rust:
let c = '\u{D5C6}';
println!("{}", c); // Output: 헆
Go:
char := '\uD5C6'
fmt.Printf("%c\n", char) // Output: 헆
CSS:
/* CSS content property */
.element::before {
content: "\00D5C6"; /* 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%97%86
MD5:
e3b15152d091486dd0a4d76bea718e50
SHA1:
5f76bfe0b9324d7b8dda6d0e9144d74c88527dcf
Base64:
7ZeG