C:
char c = '\u7936';
printf("%c\n", c); // Output: 礶
JavaScript:
const char = '\u7936';
console.log(char); // Output: 礶
Java:
char c = '\u7936';
System.out.println(c); // Output: 礶
JSON:
{"text": "\u7936"} // Value: 礶
Python:
char = '\u7936'
print(char) # Output: 礶
Perl:
my $char = "\x{7936}";
print $char; # Output: 礶
PHP:
$char = "\x{7936}";
echo $char; // Output: 礶
Ruby:
char = "\u{7936}"
puts char # Output: 礶
Rust:
let c = '\u{7936}';
println!("{}", c); // Output: 礶
Go:
char := '\u7936'
fmt.Printf("%c\n", char) // Output: 礶
CSS:
/* CSS content property */
.element::before {
content: "\007936"; /* 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%B6
MD5:
ce3b37c187bf3488fb1ac52d8b71be78
SHA1:
fc3f4b9d47b0e5f03c8af412c9be2fb6fd3945c2
Base64:
56S2