C:
char c = '\u9253';
printf("%c\n", c); // Output: 鉓
JavaScript:
const char = '\u9253';
console.log(char); // Output: 鉓
Java:
char c = '\u9253';
System.out.println(c); // Output: 鉓
JSON:
{"text": "\u9253"} // Value: 鉓
Python:
char = '\u9253'
print(char) # Output: 鉓
Perl:
my $char = "\x{9253}";
print $char; # Output: 鉓
PHP:
$char = "\x{9253}";
echo $char; // Output: 鉓
Ruby:
char = "\u{9253}"
puts char # Output: 鉓
Rust:
let c = '\u{9253}';
println!("{}", c); // Output: 鉓
Go:
char := '\u9253'
fmt.Printf("%c\n", char) // Output: 鉓
CSS:
/* CSS content property */
.element::before {
content: "\009253"; /* 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%89%93
MD5:
523add677b4435550ab617d4a9c755ea
SHA1:
b50faf05589830a2078822a7045e07611a2351d4
Base64:
6YmT