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