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