C:
char c = '\u9497';
printf("%c\n", c); // Output: 钗
JavaScript:
const char = '\u9497';
console.log(char); // Output: 钗
Java:
char c = '\u9497';
System.out.println(c); // Output: 钗
JSON:
{"text": "\u9497"} // Value: 钗
Python:
char = '\u9497'
print(char) # Output: 钗
Perl:
my $char = "\x{9497}";
print $char; # Output: 钗
PHP:
$char = "\x{9497}";
echo $char; // Output: 钗
Ruby:
char = "\u{9497}"
puts char # Output: 钗
Rust:
let c = '\u{9497}';
println!("{}", c); // Output: 钗
Go:
char := '\u9497'
fmt.Printf("%c\n", char) // Output: 钗
CSS:
/* CSS content property */
.element::before {
content: "\009497"; /* 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%92%97
MD5:
c4612ca8e95bf33dc18f7d7b88d855d6
SHA1:
49b62ce2fd45367e6fcd4182548fc45aaad0502c
Base64:
6ZKX