C:
char c = '\u533D';
printf("%c\n", c); // Output: 匽
JavaScript:
const char = '\u533D';
console.log(char); // Output: 匽
Java:
char c = '\u533D';
System.out.println(c); // Output: 匽
JSON:
{"text": "\u533D"} // Value: 匽
Python:
char = '\u533D'
print(char) # Output: 匽
Perl:
my $char = "\x{533D}";
print $char; # Output: 匽
PHP:
$char = "\x{533D}";
echo $char; // Output: 匽
Ruby:
char = "\u{533D}"
puts char # Output: 匽
Rust:
let c = '\u{533D}';
println!("{}", c); // Output: 匽
Go:
char := '\u533D'
fmt.Printf("%c\n", char) // Output: 匽
CSS:
/* CSS content property */
.element::before {
content: "\00533D"; /* 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%BD
MD5:
2161972615883e929afdda7c56c8a4b7
SHA1:
1562e262af33d0d49d7ee8c0523bf4ac20a25fe7
Base64:
5Yy9