C:
char c = '\u9523';
printf("%c\n", c); // Output: 锣
JavaScript:
const char = '\u9523';
console.log(char); // Output: 锣
Java:
char c = '\u9523';
System.out.println(c); // Output: 锣
JSON:
{"text": "\u9523"} // Value: 锣
Python:
char = '\u9523'
print(char) # Output: 锣
Perl:
my $char = "\x{9523}";
print $char; # Output: 锣
PHP:
$char = "\x{9523}";
echo $char; // Output: 锣
Ruby:
char = "\u{9523}"
puts char # Output: 锣
Rust:
let c = '\u{9523}';
println!("{}", c); // Output: 锣
Go:
char := '\u9523'
fmt.Printf("%c\n", char) // Output: 锣
CSS:
/* CSS content property */
.element::before {
content: "\009523"; /* 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=%E9%94%A3
MD5:
f2c40f2aef85bf9165981b035914b27b
SHA1:
000e315b9a9efa37d32b5d4b22b2e8ccb47aa1ec
Base64:
6ZSj