C:
char c = '\u92FA';
printf("%c\n", c); // Output: 鋺
JavaScript:
const char = '\u92FA';
console.log(char); // Output: 鋺
Java:
char c = '\u92FA';
System.out.println(c); // Output: 鋺
JSON:
{"text": "\u92FA"} // Value: 鋺
Python:
char = '\u92FA'
print(char) # Output: 鋺
Perl:
my $char = "\x{92FA}";
print $char; # Output: 鋺
PHP:
$char = "\x{92FA}";
echo $char; // Output: 鋺
Ruby:
char = "\u{92FA}"
puts char # Output: 鋺
Rust:
let c = '\u{92FA}';
println!("{}", c); // Output: 鋺
Go:
char := '\u92FA'
fmt.Printf("%c\n", char) // Output: 鋺
CSS:
/* CSS content property */
.element::before {
content: "\0092FA"; /* 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%8B%BA
MD5:
3f34d6340964799acc18f26fdf1aee0d
SHA1:
e594fbbef80e5793f14f0bde40c09d2e43e4464d
Base64:
6Yu6