Unicode Finder

"阴" U+9634(CJK UNIFIED IDEOGRAPH-9634)

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

Programming

C
\u9634
JavaScript
\u9634
Java
\u9634
Json
\u9634
Python
\u9634
Perl
\x{9634}
PHP
\x{9634}
Ruby
\u{9634}
Rust
\u{9634}
Go
\u9634

Web

CSS
\009634
HtmlDecimal
阴
HtmlHexadecimal
阴
Url
%E9%98%B4

Code

MD5
ca4062ed6b26bce6cc06c511e6e02494
Sha1
ae381edaa151651f265378aee35b65d6c3215591
Base64
6Zi0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9634';
console.log(char);  // Output: 阴

Java:

char c = '\u9634';
System.out.println(c);  // Output: 阴

JSON:

{"text": "\u9634"}  // Value: 阴

Python:

char = '\u9634'
print(char)  # Output: 阴

Perl:

my $char = "\x{9634}";
print $char;  # Output: 阴

PHP:

$char = "\x{9634}";
echo $char;  // Output: 阴

Ruby:

char = "\u{9634}"
puts char  # Output: 阴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009634";  /* Display: 阴 */
}

HTML Decimal:

<p>HTML decimal: &#38452;</p>  <!-- Display: 阴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9634;</p>  <!-- Display: 阴 -->

URL Encoding:

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

Encodings

MD5:

ca4062ed6b26bce6cc06c511e6e02494

SHA1:

ae381edaa151651f265378aee35b65d6c3215591

Base64:

6Zi0