C:
char c = '\u8978';
printf("%c\n", c); // Output: 襸
JavaScript:
const char = '\u8978';
console.log(char); // Output: 襸
Java:
char c = '\u8978';
System.out.println(c); // Output: 襸
JSON:
{"text": "\u8978"} // Value: 襸
Python:
char = '\u8978'
print(char) # Output: 襸
Perl:
my $char = "\x{8978}";
print $char; # Output: 襸
PHP:
$char = "\x{8978}";
echo $char; // Output: 襸
Ruby:
char = "\u{8978}"
puts char # Output: 襸
Rust:
let c = '\u{8978}';
println!("{}", c); // Output: 襸
Go:
char := '\u8978'
fmt.Printf("%c\n", char) // Output: 襸
CSS:
/* CSS content property */
.element::before {
content: "\008978"; /* 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%B8
MD5:
827e6aa49f374e999296c0b5d8e959a4
SHA1:
5150dc3f9ac9d277c4685594a71b6529d3a030fb
Base64:
6KW4