C:
char c = '\uD59A';
printf("%c\n", c); // Output: 햚
JavaScript:
const char = '\uD59A';
console.log(char); // Output: 햚
Java:
char c = '\uD59A';
System.out.println(c); // Output: 햚
JSON:
{"text": "\uD59A"} // Value: 햚
Python:
char = '\uD59A'
print(char) # Output: 햚
Perl:
my $char = "\x{D59A}";
print $char; # Output: 햚
PHP:
$char = "\x{D59A}";
echo $char; // Output: 햚
Ruby:
char = "\u{D59A}"
puts char # Output: 햚
Rust:
let c = '\u{D59A}';
println!("{}", c); // Output: 햚
Go:
char := '\uD59A'
fmt.Printf("%c\n", char) // Output: 햚
CSS:
/* CSS content property */
.element::before {
content: "\00D59A"; /* 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%96%9A
MD5:
e52df5a0835fbe126ed5ff9c8eb93c7c
SHA1:
76aa9420a41404408b9828a723f05119cf685f87
Base64:
7Zaa