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