C:
char c = '\u8775';
printf("%c\n", c); // Output: 蝵
JavaScript:
const char = '\u8775';
console.log(char); // Output: 蝵
Java:
char c = '\u8775';
System.out.println(c); // Output: 蝵
JSON:
{"text": "\u8775"} // Value: 蝵
Python:
char = '\u8775'
print(char) # Output: 蝵
Perl:
my $char = "\x{8775}";
print $char; # Output: 蝵
PHP:
$char = "\x{8775}";
echo $char; // Output: 蝵
Ruby:
char = "\u{8775}"
puts char # Output: 蝵
Rust:
let c = '\u{8775}';
println!("{}", c); // Output: 蝵
Go:
char := '\u8775'
fmt.Printf("%c\n", char) // Output: 蝵
CSS:
/* CSS content property */
.element::before {
content: "\008775"; /* 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%B5
MD5:
a7dea0c5e3e3bef6ccb4b93d8b4d3e15
SHA1:
e3131de326563083e671502d3a80f83fe4f5b6c1
Base64:
6J21