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