Unicode Finder

"隺" U+96BA(CJK UNIFIED IDEOGRAPH-96BA)

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

Programming

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

Web

CSS
\0096BA
HtmlDecimal
隺
HtmlHexadecimal
隺
Url
%E9%9A%BA

Code

MD5
08774b82ceb0e3374f447373a3a52c07
Sha1
7a1a308b4bbd362d477c0ba8e1d1f7f5e4faa229
Base64
6Zq6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u96BA';
console.log(char);  // Output: 隺

Java:

char c = '\u96BA';
System.out.println(c);  // Output: 隺

JSON:

{"text": "\u96BA"}  // Value: 隺

Python:

char = '\u96BA'
print(char)  # Output: 隺

Perl:

my $char = "\x{96BA}";
print $char;  # Output: 隺

PHP:

$char = "\x{96BA}";
echo $char;  // Output: 隺

Ruby:

char = "\u{96BA}"
puts char  # Output: 隺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38586;</p>  <!-- Display: 隺 -->

HTML Hexadecimal:

<p>HTML hex: &#x96BA;</p>  <!-- Display: 隺 -->

URL Encoding:

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

Encodings

MD5:

08774b82ceb0e3374f447373a3a52c07

SHA1:

7a1a308b4bbd362d477c0ba8e1d1f7f5e4faa229

Base64:

6Zq6