C:
char c = '\u7937';
printf("%c\n", c); // Output: 礷
JavaScript:
const char = '\u7937';
console.log(char); // Output: 礷
Java:
char c = '\u7937';
System.out.println(c); // Output: 礷
JSON:
{"text": "\u7937"} // Value: 礷
Python:
char = '\u7937'
print(char) # Output: 礷
Perl:
my $char = "\x{7937}";
print $char; # Output: 礷
PHP:
$char = "\x{7937}";
echo $char; // Output: 礷
Ruby:
char = "\u{7937}"
puts char # Output: 礷
Rust:
let c = '\u{7937}';
println!("{}", c); // Output: 礷
Go:
char := '\u7937'
fmt.Printf("%c\n", char) // Output: 礷
CSS:
/* CSS content property */
.element::before {
content: "\007937"; /* 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=%E7%A4%B7
MD5:
f62f27ca34c61fa03a1104d3f81018b8
SHA1:
7708ecc6192f687fda55ff8c71fc8909281151c3
Base64:
56S3