C:
char c = '\u927A';
printf("%c\n", c); // Output: 鉺
JavaScript:
const char = '\u927A';
console.log(char); // Output: 鉺
Java:
char c = '\u927A';
System.out.println(c); // Output: 鉺
JSON:
{"text": "\u927A"} // Value: 鉺
Python:
char = '\u927A'
print(char) # Output: 鉺
Perl:
my $char = "\x{927A}";
print $char; # Output: 鉺
PHP:
$char = "\x{927A}";
echo $char; // Output: 鉺
Ruby:
char = "\u{927A}"
puts char # Output: 鉺
Rust:
let c = '\u{927A}';
println!("{}", c); // Output: 鉺
Go:
char := '\u927A'
fmt.Printf("%c\n", char) // Output: 鉺
CSS:
/* CSS content property */
.element::before {
content: "\00927A"; /* 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%89%BA
MD5:
f84181cbd6896a3a36b7277a2bfad6d3
SHA1:
0c8b4a97b0e16c0e8d1615a22e91c4804a7a0dd3
Base64:
6Ym6