C:
char c = '\u7790';
printf("%c\n", c); // Output: 瞐
JavaScript:
const char = '\u7790';
console.log(char); // Output: 瞐
Java:
char c = '\u7790';
System.out.println(c); // Output: 瞐
JSON:
{"text": "\u7790"} // Value: 瞐
Python:
char = '\u7790'
print(char) # Output: 瞐
Perl:
my $char = "\x{7790}";
print $char; # Output: 瞐
PHP:
$char = "\x{7790}";
echo $char; // Output: 瞐
Ruby:
char = "\u{7790}"
puts char # Output: 瞐
Rust:
let c = '\u{7790}';
println!("{}", c); // Output: 瞐
Go:
char := '\u7790'
fmt.Printf("%c\n", char) // Output: 瞐
CSS:
/* CSS content property */
.element::before {
content: "\007790"; /* 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%90
MD5:
f62c939e1975b2bbb092e395f4fd1c4f
SHA1:
93e84af0d99ae320aef3a82a4bd13db29cc279f9
Base64:
556Q