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