C:
char c = '\u9211';
printf("%c\n", c); // Output: 鈑
JavaScript:
const char = '\u9211';
console.log(char); // Output: 鈑
Java:
char c = '\u9211';
System.out.println(c); // Output: 鈑
JSON:
{"text": "\u9211"} // Value: 鈑
Python:
char = '\u9211'
print(char) # Output: 鈑
Perl:
my $char = "\x{9211}";
print $char; # Output: 鈑
PHP:
$char = "\x{9211}";
echo $char; // Output: 鈑
Ruby:
char = "\u{9211}"
puts char # Output: 鈑
Rust:
let c = '\u{9211}';
println!("{}", c); // Output: 鈑
Go:
char := '\u9211'
fmt.Printf("%c\n", char) // Output: 鈑
CSS:
/* CSS content property */
.element::before {
content: "\009211"; /* 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%88%91
MD5:
62b1c5e08e8a909874f4b3f97f9fd07d
SHA1:
5a7081223203b91372b0bbf3a42240aaef06b9d3
Base64:
6YiR