C:
char c = '\u8959';
printf("%c\n", c); // Output: 襙
JavaScript:
const char = '\u8959';
console.log(char); // Output: 襙
Java:
char c = '\u8959';
System.out.println(c); // Output: 襙
JSON:
{"text": "\u8959"} // Value: 襙
Python:
char = '\u8959'
print(char) # Output: 襙
Perl:
my $char = "\x{8959}";
print $char; # Output: 襙
PHP:
$char = "\x{8959}";
echo $char; // Output: 襙
Ruby:
char = "\u{8959}"
puts char # Output: 襙
Rust:
let c = '\u{8959}';
println!("{}", c); // Output: 襙
Go:
char := '\u8959'
fmt.Printf("%c\n", char) // Output: 襙
CSS:
/* CSS content property */
.element::before {
content: "\008959"; /* 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%99
MD5:
ecbbef191698a57b27fc3e8ad86249d5
SHA1:
ced532e06ceefb6f455285ebb718a49dff5fc707
Base64:
6KWZ