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