C:
char c = '\u9474';
printf("%c\n", c); // Output: 鑴
JavaScript:
const char = '\u9474';
console.log(char); // Output: 鑴
Java:
char c = '\u9474';
System.out.println(c); // Output: 鑴
JSON:
{"text": "\u9474"} // Value: 鑴
Python:
char = '\u9474'
print(char) # Output: 鑴
Perl:
my $char = "\x{9474}";
print $char; # Output: 鑴
PHP:
$char = "\x{9474}";
echo $char; // Output: 鑴
Ruby:
char = "\u{9474}"
puts char # Output: 鑴
Rust:
let c = '\u{9474}';
println!("{}", c); // Output: 鑴
Go:
char := '\u9474'
fmt.Printf("%c\n", char) // Output: 鑴
CSS:
/* CSS content property */
.element::before {
content: "\009474"; /* 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%B4
MD5:
1d74806daa947000c7d84b8f7854aa8f
SHA1:
a11ffdc0b9962bbcca5bf67abff921079b6d01c5
Base64:
6ZG0