C:
char c = '\u8976';
printf("%c\n", c); // Output: 襶
JavaScript:
const char = '\u8976';
console.log(char); // Output: 襶
Java:
char c = '\u8976';
System.out.println(c); // Output: 襶
JSON:
{"text": "\u8976"} // Value: 襶
Python:
char = '\u8976'
print(char) # Output: 襶
Perl:
my $char = "\x{8976}";
print $char; # Output: 襶
PHP:
$char = "\x{8976}";
echo $char; // Output: 襶
Ruby:
char = "\u{8976}"
puts char # Output: 襶
Rust:
let c = '\u{8976}';
println!("{}", c); // Output: 襶
Go:
char := '\u8976'
fmt.Printf("%c\n", char) // Output: 襶
CSS:
/* CSS content property */
.element::before {
content: "\008976"; /* 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%A5%B6
MD5:
99347e9ff7476981e011b6dc97a8ff79
SHA1:
3914c8511b50fd1a6dd1aed6a560a7be06c307c9
Base64:
6KW2