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