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