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