C:
char c = '\u875E';
printf("%c\n", c); // Output: 蝞
JavaScript:
const char = '\u875E';
console.log(char); // Output: 蝞
Java:
char c = '\u875E';
System.out.println(c); // Output: 蝞
JSON:
{"text": "\u875E"} // Value: 蝞
Python:
char = '\u875E'
print(char) # Output: 蝞
Perl:
my $char = "\x{875E}";
print $char; # Output: 蝞
PHP:
$char = "\x{875E}";
echo $char; // Output: 蝞
Ruby:
char = "\u{875E}"
puts char # Output: 蝞
Rust:
let c = '\u{875E}';
println!("{}", c); // Output: 蝞
Go:
char := '\u875E'
fmt.Printf("%c\n", char) // Output: 蝞
CSS:
/* CSS content property */
.element::before {
content: "\00875E"; /* 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%9E
MD5:
bec622070cf95697842ac67254c43689
SHA1:
b1e60cf6322f5936e8d1df0f0daac22cd157a571
Base64:
6J2e