C:
char c = '\uBA14';
printf("%c\n", c); // Output: 먔
JavaScript:
const char = '\uBA14';
console.log(char); // Output: 먔
Java:
char c = '\uBA14';
System.out.println(c); // Output: 먔
JSON:
{"text": "\uBA14"} // Value: 먔
Python:
char = '\uBA14'
print(char) # Output: 먔
Perl:
my $char = "\x{BA14}";
print $char; # Output: 먔
PHP:
$char = "\x{BA14}";
echo $char; // Output: 먔
Ruby:
char = "\u{BA14}"
puts char # Output: 먔
Rust:
let c = '\u{BA14}';
println!("{}", c); // Output: 먔
Go:
char := '\uBA14'
fmt.Printf("%c\n", char) // Output: 먔
CSS:
/* CSS content property */
.element::before {
content: "\00BA14"; /* 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=%EB%A8%94
MD5:
40f459ee0ec838489239eda7da8258c7
SHA1:
f519f1c2d1bc768c71aa7e84a0e8b3cd32a3d049
Base64:
66iU