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