C:
char c = '\u7738';
printf("%c\n", c); // Output: 眸
JavaScript:
const char = '\u7738';
console.log(char); // Output: 眸
Java:
char c = '\u7738';
System.out.println(c); // Output: 眸
JSON:
{"text": "\u7738"} // Value: 眸
Python:
char = '\u7738'
print(char) # Output: 眸
Perl:
my $char = "\x{7738}";
print $char; # Output: 眸
PHP:
$char = "\x{7738}";
echo $char; // Output: 眸
Ruby:
char = "\u{7738}"
puts char # Output: 眸
Rust:
let c = '\u{7738}';
println!("{}", c); // Output: 眸
Go:
char := '\u7738'
fmt.Printf("%c\n", char) // Output: 眸
CSS:
/* CSS content property */
.element::before {
content: "\007738"; /* 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%B8
MD5:
176f3d56f9f3c6efb48dab801b87d0b3
SHA1:
cf4736284f9503261d49037a83d785774903eece
Base64:
55y4