C:
char c = '\u9267';
printf("%c\n", c); // Output: 鉧
JavaScript:
const char = '\u9267';
console.log(char); // Output: 鉧
Java:
char c = '\u9267';
System.out.println(c); // Output: 鉧
JSON:
{"text": "\u9267"} // Value: 鉧
Python:
char = '\u9267'
print(char) # Output: 鉧
Perl:
my $char = "\x{9267}";
print $char; # Output: 鉧
PHP:
$char = "\x{9267}";
echo $char; // Output: 鉧
Ruby:
char = "\u{9267}"
puts char # Output: 鉧
Rust:
let c = '\u{9267}';
println!("{}", c); // Output: 鉧
Go:
char := '\u9267'
fmt.Printf("%c\n", char) // Output: 鉧
CSS:
/* CSS content property */
.element::before {
content: "\009267"; /* 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%A7
MD5:
cbb1c8b0e77bf24d64f9c681cf5d4cc8
SHA1:
fcf563cf06aeeb182331ed8063f819c52afa61ec
Base64:
6Ymn