C:
char c = '\uBBE1';
printf("%c\n", c); // Output: 믡
JavaScript:
const char = '\uBBE1';
console.log(char); // Output: 믡
Java:
char c = '\uBBE1';
System.out.println(c); // Output: 믡
JSON:
{"text": "\uBBE1"} // Value: 믡
Python:
char = '\uBBE1'
print(char) # Output: 믡
Perl:
my $char = "\x{BBE1}";
print $char; # Output: 믡
PHP:
$char = "\x{BBE1}";
echo $char; // Output: 믡
Ruby:
char = "\u{BBE1}"
puts char # Output: 믡
Rust:
let c = '\u{BBE1}';
println!("{}", c); // Output: 믡
Go:
char := '\uBBE1'
fmt.Printf("%c\n", char) // Output: 믡
CSS:
/* CSS content property */
.element::before {
content: "\00BBE1"; /* 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%AF%A1
MD5:
c9b94fd87b2c428a1305d7dee8e8a28c
SHA1:
19376b484760681a35dcc131db7003b5e1cc6617
Base64:
66+h