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