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