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