C:
char c = '\u7792';
printf("%c\n", c); // Output: 瞒
JavaScript:
const char = '\u7792';
console.log(char); // Output: 瞒
Java:
char c = '\u7792';
System.out.println(c); // Output: 瞒
JSON:
{"text": "\u7792"} // Value: 瞒
Python:
char = '\u7792'
print(char) # Output: 瞒
Perl:
my $char = "\x{7792}";
print $char; # Output: 瞒
PHP:
$char = "\x{7792}";
echo $char; // Output: 瞒
Ruby:
char = "\u{7792}"
puts char # Output: 瞒
Rust:
let c = '\u{7792}';
println!("{}", c); // Output: 瞒
Go:
char := '\u7792'
fmt.Printf("%c\n", char) // Output: 瞒
CSS:
/* CSS content property */
.element::before {
content: "\007792"; /* 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%92
MD5:
c309c819c9fced754117b52639ef205a
SHA1:
d538c3aa7e9e0289d2c95fd4839ccd00b22118fa
Base64:
556S