Unicode Finder

"硞" U+785E(CJK UNIFIED IDEOGRAPH-785E)

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

Programming

C
\u785E
JavaScript
\u785E
Java
\u785E
Json
\u785E
Python
\u785E
Perl
\x{785E}
PHP
\x{785E}
Ruby
\u{785E}
Rust
\u{785E}
Go
\u785E

Web

CSS
\00785E
HtmlDecimal
硞
HtmlHexadecimal
硞
Url
%E7%A1%9E

Code

MD5
820ae5b532057e548f5459bd9ce4d071
Sha1
a40427186f4b5572e06f3d1d88844b83f2f5782d
Base64
56Ge

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u785E';
console.log(char);  // Output: 硞

Java:

char c = '\u785E';
System.out.println(c);  // Output: 硞

JSON:

{"text": "\u785E"}  // Value: 硞

Python:

char = '\u785E'
print(char)  # Output: 硞

Perl:

my $char = "\x{785E}";
print $char;  # Output: 硞

PHP:

$char = "\x{785E}";
echo $char;  // Output: 硞

Ruby:

char = "\u{785E}"
puts char  # Output: 硞

Rust:

let c = '\u{785E}';
println!("{}", c);  // Output: 硞

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00785E";  /* Display: 硞 */
}

HTML Decimal:

<p>HTML decimal: &#30814;</p>  <!-- Display: 硞 -->

HTML Hexadecimal:

<p>HTML hex: &#x785E;</p>  <!-- Display: 硞 -->

URL Encoding:

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

Encodings

MD5:

820ae5b532057e548f5459bd9ce4d071

SHA1:

a40427186f4b5572e06f3d1d88844b83f2f5782d

Base64:

56Ge

© 2025 Unicode Finder

硞 U+785E CJK UNIFIED IDEOGRAPH-785E Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me