C:
char c = '\u758A';
printf("%c\n", c); // Output: 疊
JavaScript:
const char = '\u758A';
console.log(char); // Output: 疊
Java:
char c = '\u758A';
System.out.println(c); // Output: 疊
JSON:
{"text": "\u758A"} // Value: 疊
Python:
char = '\u758A'
print(char) # Output: 疊
Perl:
my $char = "\x{758A}";
print $char; # Output: 疊
PHP:
$char = "\x{758A}";
echo $char; // Output: 疊
Ruby:
char = "\u{758A}"
puts char # Output: 疊
Rust:
let c = '\u{758A}';
println!("{}", c); // Output: 疊
Go:
char := '\u758A'
fmt.Printf("%c\n", char) // Output: 疊
CSS:
/* CSS content property */
.element::before {
content: "\00758A"; /* 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=%E7%96%8A
MD5:
0aa05be871640d50a776cbdbe7aee950
SHA1:
6ae87e268f4a8abcf30738b79487f6984a2ee2d2
Base64:
55aK