Unicode Finder

"汅" U+6C45(CJK UNIFIED IDEOGRAPH-6C45)

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

Programming

C
\u6C45
JavaScript
\u6C45
Java
\u6C45
Json
\u6C45
Python
\u6C45
Perl
\x{6C45}
PHP
\x{6C45}
Ruby
\u{6C45}
Rust
\u{6C45}
Go
\u6C45

Web

CSS
\006C45
HtmlDecimal
汅
HtmlHexadecimal
汅
Url
%E6%B1%85

Code

MD5
4b6fc51163f6543b396a435f6f40070a
Sha1
d8825286fe10cf82b358f14e541cc350a7698d8b
Base64
5rGF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C45';
console.log(char);  // Output: 汅

Java:

char c = '\u6C45';
System.out.println(c);  // Output: 汅

JSON:

{"text": "\u6C45"}  // Value: 汅

Python:

char = '\u6C45'
print(char)  # Output: 汅

Perl:

my $char = "\x{6C45}";
print $char;  # Output: 汅

PHP:

$char = "\x{6C45}";
echo $char;  // Output: 汅

Ruby:

char = "\u{6C45}"
puts char  # Output: 汅

Rust:

let c = '\u{6C45}';
println!("{}", c);  // Output: 汅

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006C45";  /* Display: 汅 */
}

HTML Decimal:

<p>HTML decimal: &#27717;</p>  <!-- Display: 汅 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C45;</p>  <!-- Display: 汅 -->

URL Encoding:

// 汅 URL encoding
https://unicodefinder.com/search.php?query=%E6%B1%85

Encodings

MD5:

4b6fc51163f6543b396a435f6f40070a

SHA1:

d8825286fe10cf82b358f14e541cc350a7698d8b

Base64:

5rGF

© 2025 Unicode Finder

汅 U+6C45 CJK UNIFIED IDEOGRAPH-6C45 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me