Unicode Finder

"隰" U+96B0(CJK UNIFIED IDEOGRAPH-96B0)

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

Programming

C
\u96B0
JavaScript
\u96B0
Java
\u96B0
Json
\u96B0
Python
\u96B0
Perl
\x{96B0}
PHP
\x{96B0}
Ruby
\u{96B0}
Rust
\u{96B0}
Go
\u96B0

Web

CSS
\0096B0
HtmlDecimal
隰
HtmlHexadecimal
隰
Url
%E9%9A%B0

Code

MD5
8a2ee6e6b0df199fb72cc294594a556f
Sha1
75e2f8602dcff087e08d6957afd5da07e2fa5417
Base64
6Zqw

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u96B0';
console.log(char);  // Output: 隰

Java:

char c = '\u96B0';
System.out.println(c);  // Output: 隰

JSON:

{"text": "\u96B0"}  // Value: 隰

Python:

char = '\u96B0'
print(char)  # Output: 隰

Perl:

my $char = "\x{96B0}";
print $char;  # Output: 隰

PHP:

$char = "\x{96B0}";
echo $char;  // Output: 隰

Ruby:

char = "\u{96B0}"
puts char  # Output: 隰

Rust:

let c = '\u{96B0}';
println!("{}", c);  // Output: 隰

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0096B0";  /* Display: 隰 */
}

HTML Decimal:

<p>HTML decimal: &#38576;</p>  <!-- Display: 隰 -->

HTML Hexadecimal:

<p>HTML hex: &#x96B0;</p>  <!-- Display: 隰 -->

URL Encoding:

// 隰 URL encoding
https://unicodefinder.com/search.php?query=%E9%9A%B0

Encodings

MD5:

8a2ee6e6b0df199fb72cc294594a556f

SHA1:

75e2f8602dcff087e08d6957afd5da07e2fa5417

Base64:

6Zqw