Unicode Finder

"阐" U+9610(CJK UNIFIED IDEOGRAPH-9610)

U+9610
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9610

Programming

C
\u9610
JavaScript
\u9610
Java
\u9610
Json
\u9610
Python
\u9610
Perl
\x{9610}
PHP
\x{9610}
Ruby
\u{9610}
Rust
\u{9610}
Go
\u9610

Web

CSS
\009610
HtmlDecimal
阐
HtmlHexadecimal
阐
Url
%E9%98%90

Code

MD5
52166873a9003a1ae9f485201e9e1461
Sha1
a4ab396aacdc27c8cdbb4ea789cf7262d2f77cbe
Base64
6ZiQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9610';
console.log(char);  // Output: 阐

Java:

char c = '\u9610';
System.out.println(c);  // Output: 阐

JSON:

{"text": "\u9610"}  // Value: 阐

Python:

char = '\u9610'
print(char)  # Output: 阐

Perl:

my $char = "\x{9610}";
print $char;  # Output: 阐

PHP:

$char = "\x{9610}";
echo $char;  // Output: 阐

Ruby:

char = "\u{9610}"
puts char  # Output: 阐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009610";  /* Display: 阐 */
}

HTML Decimal:

<p>HTML decimal: &#38416;</p>  <!-- Display: 阐 -->

HTML Hexadecimal:

<p>HTML hex: &#x9610;</p>  <!-- Display: 阐 -->

URL Encoding:

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

Encodings

MD5:

52166873a9003a1ae9f485201e9e1461

SHA1:

a4ab396aacdc27c8cdbb4ea789cf7262d2f77cbe

Base64:

6ZiQ