C:
char c = '\u9471';
printf("%c\n", c); // Output: 鑱
JavaScript:
const char = '\u9471';
console.log(char); // Output: 鑱
Java:
char c = '\u9471';
System.out.println(c); // Output: 鑱
JSON:
{"text": "\u9471"} // Value: 鑱
Python:
char = '\u9471'
print(char) # Output: 鑱
Perl:
my $char = "\x{9471}";
print $char; # Output: 鑱
PHP:
$char = "\x{9471}";
echo $char; // Output: 鑱
Ruby:
char = "\u{9471}"
puts char # Output: 鑱
Rust:
let c = '\u{9471}';
println!("{}", c); // Output: 鑱
Go:
char := '\u9471'
fmt.Printf("%c\n", char) // Output: 鑱
CSS:
/* CSS content property */
.element::before {
content: "\009471"; /* 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%B1
MD5:
b9ec7f67bf477c0e33b86af60a47dadc
SHA1:
106b61d2e55e355d18d68464a7e949dea1696da6
Base64:
6ZGx