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