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