Unicode Finder

"竝" U+7ADD(CJK UNIFIED IDEOGRAPH-7ADD)

U+7ADD
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7ADD

Programming

C
\u7ADD
JavaScript
\u7ADD
Java
\u7ADD
Json
\u7ADD
Python
\u7ADD
Perl
\x{7ADD}
PHP
\x{7ADD}
Ruby
\u{7ADD}
Rust
\u{7ADD}
Go
\u7ADD

Web

CSS
\007ADD
HtmlDecimal
竝
HtmlHexadecimal
竝
Url
%E7%AB%9D

Code

MD5
ae31a7d3515f47c5c08f760f38fbddfc
Sha1
ddac4b85308e9b21d49351ce405df46655846bca
Base64
56ud

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7ADD';
console.log(char);  // Output: 竝

Java:

char c = '\u7ADD';
System.out.println(c);  // Output: 竝

JSON:

{"text": "\u7ADD"}  // Value: 竝

Python:

char = '\u7ADD'
print(char)  # Output: 竝

Perl:

my $char = "\x{7ADD}";
print $char;  # Output: 竝

PHP:

$char = "\x{7ADD}";
echo $char;  // Output: 竝

Ruby:

char = "\u{7ADD}"
puts char  # Output: 竝

Rust:

let c = '\u{7ADD}';
println!("{}", c);  // Output: 竝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007ADD";  /* Display: 竝 */
}

HTML Decimal:

<p>HTML decimal: &#31453;</p>  <!-- Display: 竝 -->

HTML Hexadecimal:

<p>HTML hex: &#x7ADD;</p>  <!-- Display: 竝 -->

URL Encoding:

// 竝 URL encoding
https://unicodefinder.com/search.php?query=%E7%AB%9D

Encodings

MD5:

ae31a7d3515f47c5c08f760f38fbddfc

SHA1:

ddac4b85308e9b21d49351ce405df46655846bca

Base64:

56ud

© 2025 Unicode Finder

竝 U+7ADD CJK UNIFIED IDEOGRAPH-7ADD Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me