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