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