C:
char c = '\u7736';
printf("%c\n", c); // Output: 眶
JavaScript:
const char = '\u7736';
console.log(char); // Output: 眶
Java:
char c = '\u7736';
System.out.println(c); // Output: 眶
JSON:
{"text": "\u7736"} // Value: 眶
Python:
char = '\u7736'
print(char) # Output: 眶
Perl:
my $char = "\x{7736}";
print $char; # Output: 眶
PHP:
$char = "\x{7736}";
echo $char; // Output: 眶
Ruby:
char = "\u{7736}"
puts char # Output: 眶
Rust:
let c = '\u{7736}';
println!("{}", c); // Output: 眶
Go:
char := '\u7736'
fmt.Printf("%c\n", char) // Output: 眶
CSS:
/* CSS content property */
.element::before {
content: "\007736"; /* 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%9C%B6
MD5:
fe9b95cd0b10df11d29db11b03fe5698
SHA1:
6cd9134a28fd9fd953c1c91fad44953070ec6cba
Base64:
55y2