C:
char c = '\u877D';
printf("%c\n", c); // Output: 蝽
JavaScript:
const char = '\u877D';
console.log(char); // Output: 蝽
Java:
char c = '\u877D';
System.out.println(c); // Output: 蝽
JSON:
{"text": "\u877D"} // Value: 蝽
Python:
char = '\u877D'
print(char) # Output: 蝽
Perl:
my $char = "\x{877D}";
print $char; # Output: 蝽
PHP:
$char = "\x{877D}";
echo $char; // Output: 蝽
Ruby:
char = "\u{877D}"
puts char # Output: 蝽
Rust:
let c = '\u{877D}';
println!("{}", c); // Output: 蝽
Go:
char := '\u877D'
fmt.Printf("%c\n", char) // Output: 蝽
CSS:
/* CSS content property */
.element::before {
content: "\00877D"; /* 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%BD
MD5:
5a9c02adf291bec054fecfd22e726d6a
SHA1:
47dc31c2c0b7bd64f3cc165f3197b5c9159226ef
Base64:
6J29