Unicode Finder

"陴" U+9674(CJK UNIFIED IDEOGRAPH-9674)

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

Programming

C
\u9674
JavaScript
\u9674
Java
\u9674
Json
\u9674
Python
\u9674
Perl
\x{9674}
PHP
\x{9674}
Ruby
\u{9674}
Rust
\u{9674}
Go
\u9674

Web

CSS
\009674
HtmlDecimal
陴
HtmlHexadecimal
陴
Url
%E9%99%B4

Code

MD5
72a75f0b2f5ba0ed7cf94fb2436a3afc
Sha1
26a065e6ed7ad8d97078195491927e3c3797099d
Base64
6Zm0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9674';
console.log(char);  // Output: 陴

Java:

char c = '\u9674';
System.out.println(c);  // Output: 陴

JSON:

{"text": "\u9674"}  // Value: 陴

Python:

char = '\u9674'
print(char)  # Output: 陴

Perl:

my $char = "\x{9674}";
print $char;  # Output: 陴

PHP:

$char = "\x{9674}";
echo $char;  // Output: 陴

Ruby:

char = "\u{9674}"
puts char  # Output: 陴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009674";  /* Display: 陴 */
}

HTML Decimal:

<p>HTML decimal: &#38516;</p>  <!-- Display: 陴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9674;</p>  <!-- Display: 陴 -->

URL Encoding:

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

Encodings

MD5:

72a75f0b2f5ba0ed7cf94fb2436a3afc

SHA1:

26a065e6ed7ad8d97078195491927e3c3797099d

Base64:

6Zm0