C:
char c = '\u5336';
printf("%c\n", c); // Output: 匶
JavaScript:
const char = '\u5336';
console.log(char); // Output: 匶
Java:
char c = '\u5336';
System.out.println(c); // Output: 匶
JSON:
{"text": "\u5336"} // Value: 匶
Python:
char = '\u5336'
print(char) # Output: 匶
Perl:
my $char = "\x{5336}";
print $char; # Output: 匶
PHP:
$char = "\x{5336}";
echo $char; // Output: 匶
Ruby:
char = "\u{5336}"
puts char # Output: 匶
Rust:
let c = '\u{5336}';
println!("{}", c); // Output: 匶
Go:
char := '\u5336'
fmt.Printf("%c\n", char) // Output: 匶
CSS:
/* CSS content property */
.element::before {
content: "\005336"; /* 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%B6
MD5:
d0f365eeb46fe9cc82a4ef9d9f917a3f
SHA1:
e7f5cff9c3bc0c8db4ee4e97d71f6ea57e957087
Base64:
5Yy2