Unicode Finder

"阙" U+9619(CJK UNIFIED IDEOGRAPH-9619)

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

Programming

C
\u9619
JavaScript
\u9619
Java
\u9619
Json
\u9619
Python
\u9619
Perl
\x{9619}
PHP
\x{9619}
Ruby
\u{9619}
Rust
\u{9619}
Go
\u9619

Web

CSS
\009619
HtmlDecimal
阙
HtmlHexadecimal
阙
Url
%E9%98%99

Code

MD5
bcc0af954f08c0e4c3dd474200bc99aa
Sha1
7770312b1029ae05429af0be280a9aed668c6dfa
Base64
6ZiZ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9619';
console.log(char);  // Output: 阙

Java:

char c = '\u9619';
System.out.println(c);  // Output: 阙

JSON:

{"text": "\u9619"}  // Value: 阙

Python:

char = '\u9619'
print(char)  # Output: 阙

Perl:

my $char = "\x{9619}";
print $char;  # Output: 阙

PHP:

$char = "\x{9619}";
echo $char;  // Output: 阙

Ruby:

char = "\u{9619}"
puts char  # Output: 阙

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009619";  /* Display: 阙 */
}

HTML Decimal:

<p>HTML decimal: &#38425;</p>  <!-- Display: 阙 -->

HTML Hexadecimal:

<p>HTML hex: &#x9619;</p>  <!-- Display: 阙 -->

URL Encoding:

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

Encodings

MD5:

bcc0af954f08c0e4c3dd474200bc99aa

SHA1:

7770312b1029ae05429af0be280a9aed668c6dfa

Base64:

6ZiZ