C:
char c = '\u8438';
printf("%c\n", c); // Output: 萸
JavaScript:
const char = '\u8438';
console.log(char); // Output: 萸
Java:
char c = '\u8438';
System.out.println(c); // Output: 萸
JSON:
{"text": "\u8438"} // Value: 萸
Python:
char = '\u8438'
print(char) # Output: 萸
Perl:
my $char = "\x{8438}";
print $char; # Output: 萸
PHP:
$char = "\x{8438}";
echo $char; // Output: 萸
Ruby:
char = "\u{8438}"
puts char # Output: 萸
Rust:
let c = '\u{8438}';
println!("{}", c); // Output: 萸
Go:
char := '\u8438'
fmt.Printf("%c\n", char) // Output: 萸
CSS:
/* CSS content property */
.element::before {
content: "\008438"; /* 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%90%B8
MD5:
b104a4c26e2fa75ac7881a5ffce45682
SHA1:
8c56ca7468b9acb216d3fffa7420f76bf7b3544a
Base64:
6JC4