C:
char c = '\u5878';
printf("%c\n", c); // Output: 塸
JavaScript:
const char = '\u5878';
console.log(char); // Output: 塸
Java:
char c = '\u5878';
System.out.println(c); // Output: 塸
JSON:
{"text": "\u5878"} // Value: 塸
Python:
char = '\u5878'
print(char) # Output: 塸
Perl:
my $char = "\x{5878}";
print $char; # Output: 塸
PHP:
$char = "\x{5878}";
echo $char; // Output: 塸
Ruby:
char = "\u{5878}"
puts char # Output: 塸
Rust:
let c = '\u{5878}';
println!("{}", c); // Output: 塸
Go:
char := '\u5878'
fmt.Printf("%c\n", char) // Output: 塸
CSS:
/* CSS content property */
.element::before {
content: "\005878"; /* 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%B8
MD5:
63b56fae791cc726470f18367ac1d923
SHA1:
8dea8677e3d92f9438f310b129f26c550a253683
Base64:
5aG4