Unicode Finder

"朅" U+6705(CJK UNIFIED IDEOGRAPH-6705)

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

Programming

C
\u6705
JavaScript
\u6705
Java
\u6705
Json
\u6705
Python
\u6705
Perl
\x{6705}
PHP
\x{6705}
Ruby
\u{6705}
Rust
\u{6705}
Go
\u6705

Web

CSS
\006705
HtmlDecimal
朅
HtmlHexadecimal
朅
Url
%E6%9C%85

Code

MD5
45a30194706c7ebf24bb0f0c2423994e
Sha1
319486045618eefcaca5f28a78b1cd2e6e152887
Base64
5pyF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6705';
console.log(char);  // Output: 朅

Java:

char c = '\u6705';
System.out.println(c);  // Output: 朅

JSON:

{"text": "\u6705"}  // Value: 朅

Python:

char = '\u6705'
print(char)  # Output: 朅

Perl:

my $char = "\x{6705}";
print $char;  # Output: 朅

PHP:

$char = "\x{6705}";
echo $char;  // Output: 朅

Ruby:

char = "\u{6705}"
puts char  # Output: 朅

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006705";  /* Display: 朅 */
}

HTML Decimal:

<p>HTML decimal: &#26373;</p>  <!-- Display: 朅 -->

HTML Hexadecimal:

<p>HTML hex: &#x6705;</p>  <!-- Display: 朅 -->

URL Encoding:

// 朅 URL encoding
https://unicodefinder.com/search.php?query=%E6%9C%85

Encodings

MD5:

45a30194706c7ebf24bb0f0c2423994e

SHA1:

319486045618eefcaca5f28a78b1cd2e6e152887

Base64:

5pyF

© 2025 Unicode Finder

朅 U+6705 CJK UNIFIED IDEOGRAPH-6705 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me