C:
char c = '\u77A7';
printf("%c\n", c); // Output: 瞧
JavaScript:
const char = '\u77A7';
console.log(char); // Output: 瞧
Java:
char c = '\u77A7';
System.out.println(c); // Output: 瞧
JSON:
{"text": "\u77A7"} // Value: 瞧
Python:
char = '\u77A7'
print(char) # Output: 瞧
Perl:
my $char = "\x{77A7}";
print $char; # Output: 瞧
PHP:
$char = "\x{77A7}";
echo $char; // Output: 瞧
Ruby:
char = "\u{77A7}"
puts char # Output: 瞧
Rust:
let c = '\u{77A7}';
println!("{}", c); // Output: 瞧
Go:
char := '\u77A7'
fmt.Printf("%c\n", char) // Output: 瞧
CSS:
/* CSS content property */
.element::before {
content: "\0077A7"; /* 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%9E%A7
MD5:
b14e16677c5691230d79138d4e1a03bb
SHA1:
e46b25bf5834f8110fc96a151296d0fbe0c15002
Base64:
556n