C:
char c = '\u8777';
printf("%c\n", c); // Output: 蝷
JavaScript:
const char = '\u8777';
console.log(char); // Output: 蝷
Java:
char c = '\u8777';
System.out.println(c); // Output: 蝷
JSON:
{"text": "\u8777"} // Value: 蝷
Python:
char = '\u8777'
print(char) # Output: 蝷
Perl:
my $char = "\x{8777}";
print $char; # Output: 蝷
PHP:
$char = "\x{8777}";
echo $char; // Output: 蝷
Ruby:
char = "\u{8777}"
puts char # Output: 蝷
Rust:
let c = '\u{8777}';
println!("{}", c); // Output: 蝷
Go:
char := '\u8777'
fmt.Printf("%c\n", char) // Output: 蝷
CSS:
/* CSS content property */
.element::before {
content: "\008777"; /* 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%9D%B7
MD5:
9d142b4dae9a545dbb2da526c257f46b
SHA1:
4dbf4813337ca6f4d8f21fca2ed71df5d22349ce
Base64:
6J23