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