C:
char c = '\uC74E';
printf("%c\n", c); // Output: 읎
JavaScript:
const char = '\uC74E';
console.log(char); // Output: 읎
Java:
char c = '\uC74E';
System.out.println(c); // Output: 읎
JSON:
{"text": "\uC74E"} // Value: 읎
Python:
char = '\uC74E'
print(char) # Output: 읎
Perl:
my $char = "\x{C74E}";
print $char; # Output: 읎
PHP:
$char = "\x{C74E}";
echo $char; // Output: 읎
Ruby:
char = "\u{C74E}"
puts char # Output: 읎
Rust:
let c = '\u{C74E}';
println!("{}", c); // Output: 읎
Go:
char := '\uC74E'
fmt.Printf("%c\n", char) // Output: 읎
CSS:
/* CSS content property */
.element::before {
content: "\00C74E"; /* 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%8E
MD5:
8e102c416d677b271adccd62207dafce
SHA1:
13d3844a8dc52f26dd67fe487640a7e0347f995e
Base64:
7J2O