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