Unicode Finder

"阸" U+9638(CJK UNIFIED IDEOGRAPH-9638)

U+9638
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9638

Programming

C
\u9638
JavaScript
\u9638
Java
\u9638
Json
\u9638
Python
\u9638
Perl
\x{9638}
PHP
\x{9638}
Ruby
\u{9638}
Rust
\u{9638}
Go
\u9638

Web

CSS
\009638
HtmlDecimal
阸
HtmlHexadecimal
阸
Url
%E9%98%B8

Code

MD5
583192bb1461400941c3d0060dc0b0bb
Sha1
10d4bc7a18c6c04b59944c52db805033f4c17ef5
Base64
6Zi4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9638';
console.log(char);  // Output: 阸

Java:

char c = '\u9638';
System.out.println(c);  // Output: 阸

JSON:

{"text": "\u9638"}  // Value: 阸

Python:

char = '\u9638'
print(char)  # Output: 阸

Perl:

my $char = "\x{9638}";
print $char;  # Output: 阸

PHP:

$char = "\x{9638}";
echo $char;  // Output: 阸

Ruby:

char = "\u{9638}"
puts char  # Output: 阸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009638";  /* Display: 阸 */
}

HTML Decimal:

<p>HTML decimal: &#38456;</p>  <!-- Display: 阸 -->

HTML Hexadecimal:

<p>HTML hex: &#x9638;</p>  <!-- Display: 阸 -->

URL Encoding:

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

Encodings

MD5:

583192bb1461400941c3d0060dc0b0bb

SHA1:

10d4bc7a18c6c04b59944c52db805033f4c17ef5

Base64:

6Zi4