Unicode Finder

"釐" U+91D0(CJK UNIFIED IDEOGRAPH-91D0)

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

Programming

C
\u91D0
JavaScript
\u91D0
Java
\u91D0
Json
\u91D0
Python
\u91D0
Perl
\x{91D0}
PHP
\x{91D0}
Ruby
\u{91D0}
Rust
\u{91D0}
Go
\u91D0

Web

CSS
\0091D0
HtmlDecimal
釐
HtmlHexadecimal
釐
Url
%E9%87%90

Code

MD5
71517fbebd610811a577e48b760af7ce
Sha1
3049e194c1927a4a9203f847cd622dad711bfb6e
Base64
6YeQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u91D0';
console.log(char);  // Output: 釐

Java:

char c = '\u91D0';
System.out.println(c);  // Output: 釐

JSON:

{"text": "\u91D0"}  // Value: 釐

Python:

char = '\u91D0'
print(char)  # Output: 釐

Perl:

my $char = "\x{91D0}";
print $char;  # Output: 釐

PHP:

$char = "\x{91D0}";
echo $char;  // Output: 釐

Ruby:

char = "\u{91D0}"
puts char  # Output: 釐

Rust:

let c = '\u{91D0}';
println!("{}", c);  // Output: 釐

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0091D0";  /* Display: 釐 */
}

HTML Decimal:

<p>HTML decimal: &#37328;</p>  <!-- Display: 釐 -->

HTML Hexadecimal:

<p>HTML hex: &#x91D0;</p>  <!-- Display: 釐 -->

URL Encoding:

// 釐 URL encoding
https://unicodefinder.com/search.php?query=%E9%87%90

Encodings

MD5:

71517fbebd610811a577e48b760af7ce

SHA1:

3049e194c1927a4a9203f847cd622dad711bfb6e

Base64:

6YeQ

© 2025 Unicode Finder

釐 U+91D0 CJK UNIFIED IDEOGRAPH-91D0 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me