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