C:
char c = '\u87BF';
printf("%c\n", c); // Output: 螿
JavaScript:
const char = '\u87BF';
console.log(char); // Output: 螿
Java:
char c = '\u87BF';
System.out.println(c); // Output: 螿
JSON:
{"text": "\u87BF"} // Value: 螿
Python:
char = '\u87BF'
print(char) # Output: 螿
Perl:
my $char = "\x{87BF}";
print $char; # Output: 螿
PHP:
$char = "\x{87BF}";
echo $char; // Output: 螿
Ruby:
char = "\u{87BF}"
puts char # Output: 螿
Rust:
let c = '\u{87BF}';
println!("{}", c); // Output: 螿
Go:
char := '\u87BF'
fmt.Printf("%c\n", char) // Output: 螿
CSS:
/* CSS content property */
.element::before {
content: "\0087BF"; /* 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=%E8%9E%BF
MD5:
a94ef60cd2e0706dcbede58ae72d083b
SHA1:
4e5153f0df7d2a47deb595d10fda85e7149c8458
Base64:
6J6/