Unicode Finder

"逸" U+9038(CJK UNIFIED IDEOGRAPH-9038)

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

Programming

C
\u9038
JavaScript
\u9038
Java
\u9038
Json
\u9038
Python
\u9038
Perl
\x{9038}
PHP
\x{9038}
Ruby
\u{9038}
Rust
\u{9038}
Go
\u9038

Web

CSS
\009038
HtmlDecimal
逸
HtmlHexadecimal
逸
Url
%E9%80%B8

Code

MD5
1c6488d10932150b14d331b9e658a44f
Sha1
aaa6a4a59183e9c76a4383c2291f4ccb3f093c3f
Base64
6YC4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9038';
console.log(char);  // Output: 逸

Java:

char c = '\u9038';
System.out.println(c);  // Output: 逸

JSON:

{"text": "\u9038"}  // Value: 逸

Python:

char = '\u9038'
print(char)  # Output: 逸

Perl:

my $char = "\x{9038}";
print $char;  # Output: 逸

PHP:

$char = "\x{9038}";
echo $char;  // Output: 逸

Ruby:

char = "\u{9038}"
puts char  # Output: 逸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009038";  /* Display: 逸 */
}

HTML Decimal:

<p>HTML decimal: &#36920;</p>  <!-- Display: 逸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9038;</p>  <!-- Display: 逸 -->

URL Encoding:

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

Encodings

MD5:

1c6488d10932150b14d331b9e658a44f

SHA1:

aaa6a4a59183e9c76a4383c2291f4ccb3f093c3f

Base64:

6YC4