C:
char c = '\uC76B';
printf("%c\n", c); // Output: 읫
JavaScript:
const char = '\uC76B';
console.log(char); // Output: 읫
Java:
char c = '\uC76B';
System.out.println(c); // Output: 읫
JSON:
{"text": "\uC76B"} // Value: 읫
Python:
char = '\uC76B'
print(char) # Output: 읫
Perl:
my $char = "\x{C76B}";
print $char; # Output: 읫
PHP:
$char = "\x{C76B}";
echo $char; // Output: 읫
Ruby:
char = "\u{C76B}"
puts char # Output: 읫
Rust:
let c = '\u{C76B}';
println!("{}", c); // Output: 읫
Go:
char := '\uC76B'
fmt.Printf("%c\n", char) // Output: 읫
CSS:
/* CSS content property */
.element::before {
content: "\00C76B"; /* 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%AB
MD5:
206d2f76e5d351cb5286d5e418709cca
SHA1:
323add16aea3e2115b21716d7e4d3416dc916819
Base64:
7J2r