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