C:
char c = '\u9259';
printf("%c\n", c); // Output: 鉙
JavaScript:
const char = '\u9259';
console.log(char); // Output: 鉙
Java:
char c = '\u9259';
System.out.println(c); // Output: 鉙
JSON:
{"text": "\u9259"} // Value: 鉙
Python:
char = '\u9259'
print(char) # Output: 鉙
Perl:
my $char = "\x{9259}";
print $char; # Output: 鉙
PHP:
$char = "\x{9259}";
echo $char; // Output: 鉙
Ruby:
char = "\u{9259}"
puts char # Output: 鉙
Rust:
let c = '\u{9259}';
println!("{}", c); // Output: 鉙
Go:
char := '\u9259'
fmt.Printf("%c\n", char) // Output: 鉙
CSS:
/* CSS content property */
.element::before {
content: "\009259"; /* 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%99
MD5:
c0dae3f74651e249a35fc24955da6f01
SHA1:
972f03989937a10603f37e924f0808653caef12c
Base64:
6YmZ