Unicode Finder

"瞒" U+7792(CJK UNIFIED IDEOGRAPH-7792)

U+7792
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-7792

Programming

C
\u7792
JavaScript
\u7792
Java
\u7792
Json
\u7792
Python
\u7792
Perl
\x{7792}
PHP
\x{7792}
Ruby
\u{7792}
Rust
\u{7792}
Go
\u7792

Web

CSS
\007792
HtmlDecimal
瞒
HtmlHexadecimal
瞒
Url
%E7%9E%92

Code

MD5
c309c819c9fced754117b52639ef205a
Sha1
d538c3aa7e9e0289d2c95fd4839ccd00b22118fa
Base64
556S

使用示例

Programming Languages

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: 瞒

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007792";  /* Display: 瞒 */
}

HTML Decimal:

<p>HTML decimal: &#30610;</p>  <!-- Display: 瞒 -->

HTML Hexadecimal:

<p>HTML hex: &#x7792;</p>  <!-- Display: 瞒 -->

URL Encoding:

// 瞒 URL encoding
https://unicodefinder.com/search.php?query=%E7%9E%92

Encodings

MD5:

c309c819c9fced754117b52639ef205a

SHA1:

d538c3aa7e9e0289d2c95fd4839ccd00b22118fa

Base64:

556S