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