C:
char c = '\u928C';
printf("%c\n", c); // Output: 銌
JavaScript:
const char = '\u928C';
console.log(char); // Output: 銌
Java:
char c = '\u928C';
System.out.println(c); // Output: 銌
JSON:
{"text": "\u928C"} // Value: 銌
Python:
char = '\u928C'
print(char) # Output: 銌
Perl:
my $char = "\x{928C}";
print $char; # Output: 銌
PHP:
$char = "\x{928C}";
echo $char; // Output: 銌
Ruby:
char = "\u{928C}"
puts char # Output: 銌
Rust:
let c = '\u{928C}';
println!("{}", c); // Output: 銌
Go:
char := '\u928C'
fmt.Printf("%c\n", char) // Output: 銌
CSS:
/* CSS content property */
.element::before {
content: "\00928C"; /* 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%8A%8C
MD5:
336c88d9fd0c4698276a913f4af7141e
SHA1:
81140daa3969dcbc941e4824dce0460aba8760ab
Base64:
6YqM