Unicode Finder

"汥" U+6C65(CJK UNIFIED IDEOGRAPH-6C65)

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

Programming

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

Web

CSS
\006C65
HtmlDecimal
汥
HtmlHexadecimal
汥
Url
%E6%B1%A5

Code

MD5
bfe2c61b863f6ac00484837d427b54c6
Sha1
047e828074087773051e6e85d5e9d770a6b2507b
Base64
5rGl

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C65';
console.log(char);  // Output: 汥

Java:

char c = '\u6C65';
System.out.println(c);  // Output: 汥

JSON:

{"text": "\u6C65"}  // Value: 汥

Python:

char = '\u6C65'
print(char)  # Output: 汥

Perl:

my $char = "\x{6C65}";
print $char;  # Output: 汥

PHP:

$char = "\x{6C65}";
echo $char;  // Output: 汥

Ruby:

char = "\u{6C65}"
puts char  # Output: 汥

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27749;</p>  <!-- Display: 汥 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C65;</p>  <!-- Display: 汥 -->

URL Encoding:

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

Encodings

MD5:

bfe2c61b863f6ac00484837d427b54c6

SHA1:

047e828074087773051e6e85d5e9d770a6b2507b

Base64:

5rGl

© 2025 Unicode Finder

汥 U+6C65 CJK UNIFIED IDEOGRAPH-6C65 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me