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