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