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