C:
char c = '\u5874';
printf("%c\n", c); // Output: 塴
JavaScript:
const char = '\u5874';
console.log(char); // Output: 塴
Java:
char c = '\u5874';
System.out.println(c); // Output: 塴
JSON:
{"text": "\u5874"} // Value: 塴
Python:
char = '\u5874'
print(char) # Output: 塴
Perl:
my $char = "\x{5874}";
print $char; # Output: 塴
PHP:
$char = "\x{5874}";
echo $char; // Output: 塴
Ruby:
char = "\u{5874}"
puts char # Output: 塴
Rust:
let c = '\u{5874}';
println!("{}", c); // Output: 塴
Go:
char := '\u5874'
fmt.Printf("%c\n", char) // Output: 塴
CSS:
/* CSS content property */
.element::before {
content: "\005874"; /* 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=%E5%A1%B4
MD5:
2369b31b438c6b63a6e6b88cf19ae84c
SHA1:
9a1ed4b7487a028542d8b1729711d8c57999813f
Base64:
5aG0