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