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