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