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