Unicode Finder

"逶" U+9036(CJK UNIFIED IDEOGRAPH-9036)

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

Programming

C
\u9036
JavaScript
\u9036
Java
\u9036
Json
\u9036
Python
\u9036
Perl
\x{9036}
PHP
\x{9036}
Ruby
\u{9036}
Rust
\u{9036}
Go
\u9036

Web

CSS
\009036
HtmlDecimal
逶
HtmlHexadecimal
逶
Url
%E9%80%B6

Code

MD5
7189922359ee90fd4add878daf08d4eb
Sha1
cf51ff3efc579490a113c63b49c69bde9f567884
Base64
6YC2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9036';
console.log(char);  // Output: 逶

Java:

char c = '\u9036';
System.out.println(c);  // Output: 逶

JSON:

{"text": "\u9036"}  // Value: 逶

Python:

char = '\u9036'
print(char)  # Output: 逶

Perl:

my $char = "\x{9036}";
print $char;  # Output: 逶

PHP:

$char = "\x{9036}";
echo $char;  // Output: 逶

Ruby:

char = "\u{9036}"
puts char  # Output: 逶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009036";  /* Display: 逶 */
}

HTML Decimal:

<p>HTML decimal: &#36918;</p>  <!-- Display: 逶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9036;</p>  <!-- Display: 逶 -->

URL Encoding:

// 逶 URL encoding
https://unicodefinder.com/search.php?query=%E9%80%B6

Encodings

MD5:

7189922359ee90fd4add878daf08d4eb

SHA1:

cf51ff3efc579490a113c63b49c69bde9f567884

Base64:

6YC2