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