C:
char c = '\u9535';
printf("%c\n", c); // Output: 锵
JavaScript:
const char = '\u9535';
console.log(char); // Output: 锵
Java:
char c = '\u9535';
System.out.println(c); // Output: 锵
JSON:
{"text": "\u9535"} // Value: 锵
Python:
char = '\u9535'
print(char) # Output: 锵
Perl:
my $char = "\x{9535}";
print $char; # Output: 锵
PHP:
$char = "\x{9535}";
echo $char; // Output: 锵
Ruby:
char = "\u{9535}"
puts char # Output: 锵
Rust:
let c = '\u{9535}';
println!("{}", c); // Output: 锵
Go:
char := '\u9535'
fmt.Printf("%c\n", char) // Output: 锵
CSS:
/* CSS content property */
.element::before {
content: "\009535"; /* 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%B5
MD5:
f17e53df7ee182837714d18f1fb48607
SHA1:
cb9a6a0b363d99f2d7f96c9fbe32660cb97e937d
Base64:
6ZS1