C:
char c = '\u9374';
printf("%c\n", c); // Output: 鍴
JavaScript:
const char = '\u9374';
console.log(char); // Output: 鍴
Java:
char c = '\u9374';
System.out.println(c); // Output: 鍴
JSON:
{"text": "\u9374"} // Value: 鍴
Python:
char = '\u9374'
print(char) # Output: 鍴
Perl:
my $char = "\x{9374}";
print $char; # Output: 鍴
PHP:
$char = "\x{9374}";
echo $char; // Output: 鍴
Ruby:
char = "\u{9374}"
puts char # Output: 鍴
Rust:
let c = '\u{9374}';
println!("{}", c); // Output: 鍴
Go:
char := '\u9374'
fmt.Printf("%c\n", char) // Output: 鍴
CSS:
/* CSS content property */
.element::before {
content: "\009374"; /* 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%8D%B4
MD5:
057414d69f451d8138e289b6d5aba237
SHA1:
7aca20eea5a4a7105b67cd9ee7e10023f01dcaa8
Base64:
6Y20