C:
char c = '\u87F4';
printf("%c\n", c); // Output: 蟴
JavaScript:
const char = '\u87F4';
console.log(char); // Output: 蟴
Java:
char c = '\u87F4';
System.out.println(c); // Output: 蟴
JSON:
{"text": "\u87F4"} // Value: 蟴
Python:
char = '\u87F4'
print(char) # Output: 蟴
Perl:
my $char = "\x{87F4}";
print $char; # Output: 蟴
PHP:
$char = "\x{87F4}";
echo $char; // Output: 蟴
Ruby:
char = "\u{87F4}"
puts char # Output: 蟴
Rust:
let c = '\u{87F4}';
println!("{}", c); // Output: 蟴
Go:
char := '\u87F4'
fmt.Printf("%c\n", char) // Output: 蟴
CSS:
/* CSS content property */
.element::before {
content: "\0087F4"; /* 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%9F%B4
MD5:
48b77df803ef82439883170e73f80ddc
SHA1:
2e79bac7b5f1d6da3e6b5c9433173093b26d14f2
Base64:
6J+0