C:
char c = '\u9372';
printf("%c\n", c); // Output: 鍲
JavaScript:
const char = '\u9372';
console.log(char); // Output: 鍲
Java:
char c = '\u9372';
System.out.println(c); // Output: 鍲
JSON:
{"text": "\u9372"} // Value: 鍲
Python:
char = '\u9372'
print(char) # Output: 鍲
Perl:
my $char = "\x{9372}";
print $char; # Output: 鍲
PHP:
$char = "\x{9372}";
echo $char; // Output: 鍲
Ruby:
char = "\u{9372}"
puts char # Output: 鍲
Rust:
let c = '\u{9372}';
println!("{}", c); // Output: 鍲
Go:
char := '\u9372'
fmt.Printf("%c\n", char) // Output: 鍲
CSS:
/* CSS content property */
.element::before {
content: "\009372"; /* 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%B2
MD5:
6c96831f664cc8920e5ed13861baf50e
SHA1:
87d69f52f9fbdd2bf45fb0eb4f1de0a26e1d550f
Base64:
6Y2y