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