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