Unicode Finder

"汵" U+6C75(CJK UNIFIED IDEOGRAPH-6C75)

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

Programming

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

Web

CSS
\006C75
HtmlDecimal
汵
HtmlHexadecimal
汵
Url
%E6%B1%B5

Code

MD5
a3a0385efc3f341459021420fdcd82f8
Sha1
b87946c7f567315fc76ab48256dc2d2117db620d
Base64
5rG1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C75';
console.log(char);  // Output: 汵

Java:

char c = '\u6C75';
System.out.println(c);  // Output: 汵

JSON:

{"text": "\u6C75"}  // Value: 汵

Python:

char = '\u6C75'
print(char)  # Output: 汵

Perl:

my $char = "\x{6C75}";
print $char;  # Output: 汵

PHP:

$char = "\x{6C75}";
echo $char;  // Output: 汵

Ruby:

char = "\u{6C75}"
puts char  # Output: 汵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27765;</p>  <!-- Display: 汵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C75;</p>  <!-- Display: 汵 -->

URL Encoding:

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

Encodings

MD5:

a3a0385efc3f341459021420fdcd82f8

SHA1:

b87946c7f567315fc76ab48256dc2d2117db620d

Base64:

5rG1

© 2025 Unicode Finder

汵 U+6C75 CJK UNIFIED IDEOGRAPH-6C75 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me