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