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