C:
char c = '\uC76F';
printf("%c\n", c); // Output: 읯
JavaScript:
const char = '\uC76F';
console.log(char); // Output: 읯
Java:
char c = '\uC76F';
System.out.println(c); // Output: 읯
JSON:
{"text": "\uC76F"} // Value: 읯
Python:
char = '\uC76F'
print(char) # Output: 읯
Perl:
my $char = "\x{C76F}";
print $char; # Output: 읯
PHP:
$char = "\x{C76F}";
echo $char; // Output: 읯
Ruby:
char = "\u{C76F}"
puts char # Output: 읯
Rust:
let c = '\u{C76F}';
println!("{}", c); // Output: 읯
Go:
char := '\uC76F'
fmt.Printf("%c\n", char) // Output: 읯
CSS:
/* CSS content property */
.element::before {
content: "\00C76F"; /* 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=%EC%9D%AF
MD5:
1e6f8e215b1b840b368bb73d2b6cd31e
SHA1:
323978709ca1bf8a5930c06040da35efe2344d89
Base64:
7J2v