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