Unicode Finder

"枒" U+6792(CJK UNIFIED IDEOGRAPH-6792)

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

Programming

C
\u6792
JavaScript
\u6792
Java
\u6792
Json
\u6792
Python
\u6792
Perl
\x{6792}
PHP
\x{6792}
Ruby
\u{6792}
Rust
\u{6792}
Go
\u6792

Web

CSS
\006792
HtmlDecimal
枒
HtmlHexadecimal
枒
Url
%E6%9E%92

Code

MD5
794769100766fdf9da7f555fe1dd8902
Sha1
7516b2c3ad36fedcf8ddbc29b4e71aa2f8554244
Base64
5p6S

使用示例

Programming Languages

C:

char c = '\u6792';
printf("%c\n", c);  // Output: 枒

JavaScript:

const char = '\u6792';
console.log(char);  // Output: 枒

Java:

char c = '\u6792';
System.out.println(c);  // Output: 枒

JSON:

{"text": "\u6792"}  // Value: 枒

Python:

char = '\u6792'
print(char)  # Output: 枒

Perl:

my $char = "\x{6792}";
print $char;  # Output: 枒

PHP:

$char = "\x{6792}";
echo $char;  // Output: 枒

Ruby:

char = "\u{6792}"
puts char  # Output: 枒

Rust:

let c = '\u{6792}';
println!("{}", c);  // Output: 枒

Go:

char := '\u6792'
fmt.Printf("%c\n", char)  // Output: 枒

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006792";  /* Display: 枒 */
}

HTML Decimal:

<p>HTML decimal: &#26514;</p>  <!-- Display: 枒 -->

HTML Hexadecimal:

<p>HTML hex: &#x6792;</p>  <!-- Display: 枒 -->

URL Encoding:

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

Encodings

MD5:

794769100766fdf9da7f555fe1dd8902

SHA1:

7516b2c3ad36fedcf8ddbc29b4e71aa2f8554244

Base64:

5p6S