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