C:
char c = '\uD67A';
printf("%c\n", c); // Output: 홺
JavaScript:
const char = '\uD67A';
console.log(char); // Output: 홺
Java:
char c = '\uD67A';
System.out.println(c); // Output: 홺
JSON:
{"text": "\uD67A"} // Value: 홺
Python:
char = '\uD67A'
print(char) # Output: 홺
Perl:
my $char = "\x{D67A}";
print $char; # Output: 홺
PHP:
$char = "\x{D67A}";
echo $char; // Output: 홺
Ruby:
char = "\u{D67A}"
puts char # Output: 홺
Rust:
let c = '\u{D67A}';
println!("{}", c); // Output: 홺
Go:
char := '\uD67A'
fmt.Printf("%c\n", char) // Output: 홺
CSS:
/* CSS content property */
.element::before {
content: "\00D67A"; /* 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%99%BA
MD5:
348d18e1673d37ef327d6a1bd825c281
SHA1:
3b4a6222afebac9df36b5759326e85f3e0d0e765
Base64:
7Zm6