C:
char c = '\u9459';
printf("%c\n", c); // Output: 鑙
JavaScript:
const char = '\u9459';
console.log(char); // Output: 鑙
Java:
char c = '\u9459';
System.out.println(c); // Output: 鑙
JSON:
{"text": "\u9459"} // Value: 鑙
Python:
char = '\u9459'
print(char) # Output: 鑙
Perl:
my $char = "\x{9459}";
print $char; # Output: 鑙
PHP:
$char = "\x{9459}";
echo $char; // Output: 鑙
Ruby:
char = "\u{9459}"
puts char # Output: 鑙
Rust:
let c = '\u{9459}';
println!("{}", c); // Output: 鑙
Go:
char := '\u9459'
fmt.Printf("%c\n", char) // Output: 鑙
CSS:
/* CSS content property */
.element::before {
content: "\009459"; /* 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%91%99
MD5:
90319852d4e10ac367739bdf0c1bdfa7
SHA1:
61888ac4794a3af62632b1b7daf719389edf467f
Base64:
6ZGZ