Unicode Finder

"硂" U+7842(CJK UNIFIED IDEOGRAPH-7842)

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

Programming

C
\u7842
JavaScript
\u7842
Java
\u7842
Json
\u7842
Python
\u7842
Perl
\x{7842}
PHP
\x{7842}
Ruby
\u{7842}
Rust
\u{7842}
Go
\u7842

Web

CSS
\007842
HtmlDecimal
硂
HtmlHexadecimal
硂
Url
%E7%A1%82

Code

MD5
5b50cdf9d0ef4f9928cc654f9ab8bcfb
Sha1
e274735804d42d2f7d03e18826af440bf945b5c1
Base64
56GC

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7842';
console.log(char);  // Output: 硂

Java:

char c = '\u7842';
System.out.println(c);  // Output: 硂

JSON:

{"text": "\u7842"}  // Value: 硂

Python:

char = '\u7842'
print(char)  # Output: 硂

Perl:

my $char = "\x{7842}";
print $char;  # Output: 硂

PHP:

$char = "\x{7842}";
echo $char;  // Output: 硂

Ruby:

char = "\u{7842}"
puts char  # Output: 硂

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007842";  /* Display: 硂 */
}

HTML Decimal:

<p>HTML decimal: &#30786;</p>  <!-- Display: 硂 -->

HTML Hexadecimal:

<p>HTML hex: &#x7842;</p>  <!-- Display: 硂 -->

URL Encoding:

// 硂 URL encoding
https://unicodefinder.com/search.php?query=%E7%A1%82

Encodings

MD5:

5b50cdf9d0ef4f9928cc654f9ab8bcfb

SHA1:

e274735804d42d2f7d03e18826af440bf945b5c1

Base64:

56GC

© 2025 Unicode Finder

硂 U+7842 CJK UNIFIED IDEOGRAPH-7842 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me