C:
char c = '\u8975';
printf("%c\n", c); // Output: 襵
JavaScript:
const char = '\u8975';
console.log(char); // Output: 襵
Java:
char c = '\u8975';
System.out.println(c); // Output: 襵
JSON:
{"text": "\u8975"} // Value: 襵
Python:
char = '\u8975'
print(char) # Output: 襵
Perl:
my $char = "\x{8975}";
print $char; # Output: 襵
PHP:
$char = "\x{8975}";
echo $char; // Output: 襵
Ruby:
char = "\u{8975}"
puts char # Output: 襵
Rust:
let c = '\u{8975}';
println!("{}", c); // Output: 襵
Go:
char := '\u8975'
fmt.Printf("%c\n", char) // Output: 襵
CSS:
/* CSS content property */
.element::before {
content: "\008975"; /* 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%B5
MD5:
139ee45815411627f669a02b2e292609
SHA1:
12ea7c1456f0fc62aca6db29ee148ef5cf86fd78
Base64:
6KW1