Unicode Finder

"阷" U+9637(CJK UNIFIED IDEOGRAPH-9637)

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

Programming

C
\u9637
JavaScript
\u9637
Java
\u9637
Json
\u9637
Python
\u9637
Perl
\x{9637}
PHP
\x{9637}
Ruby
\u{9637}
Rust
\u{9637}
Go
\u9637

Web

CSS
\009637
HtmlDecimal
阷
HtmlHexadecimal
阷
Url
%E9%98%B7

Code

MD5
5e3ea5207d95ccd814de7ddb8bca71f9
Sha1
c07da3dceb27a8d370a36e8dc358ce6c719551aa
Base64
6Zi3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9637';
console.log(char);  // Output: 阷

Java:

char c = '\u9637';
System.out.println(c);  // Output: 阷

JSON:

{"text": "\u9637"}  // Value: 阷

Python:

char = '\u9637'
print(char)  # Output: 阷

Perl:

my $char = "\x{9637}";
print $char;  # Output: 阷

PHP:

$char = "\x{9637}";
echo $char;  // Output: 阷

Ruby:

char = "\u{9637}"
puts char  # Output: 阷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009637";  /* Display: 阷 */
}

HTML Decimal:

<p>HTML decimal: &#38455;</p>  <!-- Display: 阷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9637;</p>  <!-- Display: 阷 -->

URL Encoding:

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

Encodings

MD5:

5e3ea5207d95ccd814de7ddb8bca71f9

SHA1:

c07da3dceb27a8d370a36e8dc358ce6c719551aa

Base64:

6Zi3