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