C:
char c = '\u87B8';
printf("%c\n", c); // Output: 螸
JavaScript:
const char = '\u87B8';
console.log(char); // Output: 螸
Java:
char c = '\u87B8';
System.out.println(c); // Output: 螸
JSON:
{"text": "\u87B8"} // Value: 螸
Python:
char = '\u87B8'
print(char) # Output: 螸
Perl:
my $char = "\x{87B8}";
print $char; # Output: 螸
PHP:
$char = "\x{87B8}";
echo $char; // Output: 螸
Ruby:
char = "\u{87B8}"
puts char # Output: 螸
Rust:
let c = '\u{87B8}';
println!("{}", c); // Output: 螸
Go:
char := '\u87B8'
fmt.Printf("%c\n", char) // Output: 螸
CSS:
/* CSS content property */
.element::before {
content: "\0087B8"; /* 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%B8
MD5:
856d6921f5d9c7934523ea6df2900cb5
SHA1:
609e2030d76f50a44f50f646fb3b5b798751fc10
Base64:
6J64