C:
char c = '\uD5F9';
printf("%c\n", c); // Output: 헹
JavaScript:
const char = '\uD5F9';
console.log(char); // Output: 헹
Java:
char c = '\uD5F9';
System.out.println(c); // Output: 헹
JSON:
{"text": "\uD5F9"} // Value: 헹
Python:
char = '\uD5F9'
print(char) # Output: 헹
Perl:
my $char = "\x{D5F9}";
print $char; # Output: 헹
PHP:
$char = "\x{D5F9}";
echo $char; // Output: 헹
Ruby:
char = "\u{D5F9}"
puts char # Output: 헹
Rust:
let c = '\u{D5F9}';
println!("{}", c); // Output: 헹
Go:
char := '\uD5F9'
fmt.Printf("%c\n", char) // Output: 헹
CSS:
/* CSS content property */
.element::before {
content: "\00D5F9"; /* 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%B9
MD5:
4d3455191573990e45f22f38cac334d2
SHA1:
62978a72d0c4772574fbb70fd88ee6b2c932b45a
Base64:
7Ze5