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