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