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