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