C:
char c = '\u91FA';
printf("%c\n", c); // Output: 釺
JavaScript:
const char = '\u91FA';
console.log(char); // Output: 釺
Java:
char c = '\u91FA';
System.out.println(c); // Output: 釺
JSON:
{"text": "\u91FA"} // Value: 釺
Python:
char = '\u91FA'
print(char) # Output: 釺
Perl:
my $char = "\x{91FA}";
print $char; # Output: 釺
PHP:
$char = "\x{91FA}";
echo $char; // Output: 釺
Ruby:
char = "\u{91FA}"
puts char # Output: 釺
Rust:
let c = '\u{91FA}';
println!("{}", c); // Output: 釺
Go:
char := '\u91FA'
fmt.Printf("%c\n", char) // Output: 釺
CSS:
/* CSS content property */
.element::before {
content: "\0091FA"; /* 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%87%BA
MD5:
90cb2194aba89d1b524dfb11526cc5f8
SHA1:
3612e883d45c957b7ad70c3772c3a3219c20f291
Base64:
6Ye6