Unicode Finder

"闀" U+95C0(CJK UNIFIED IDEOGRAPH-95C0)

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

Programming

C
\u95C0
JavaScript
\u95C0
Java
\u95C0
Json
\u95C0
Python
\u95C0
Perl
\x{95C0}
PHP
\x{95C0}
Ruby
\u{95C0}
Rust
\u{95C0}
Go
\u95C0

Web

CSS
\0095C0
HtmlDecimal
闀
HtmlHexadecimal
闀
Url
%E9%97%80

Code

MD5
e7f4c99657dfd05f37d524efa9702353
Sha1
307220a7471392fcde28ba2f400226e430733a83
Base64
6ZeA

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u95C0';
console.log(char);  // Output: 闀

Java:

char c = '\u95C0';
System.out.println(c);  // Output: 闀

JSON:

{"text": "\u95C0"}  // Value: 闀

Python:

char = '\u95C0'
print(char)  # Output: 闀

Perl:

my $char = "\x{95C0}";
print $char;  # Output: 闀

PHP:

$char = "\x{95C0}";
echo $char;  // Output: 闀

Ruby:

char = "\u{95C0}"
puts char  # Output: 闀

Rust:

let c = '\u{95C0}';
println!("{}", c);  // Output: 闀

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0095C0";  /* Display: 闀 */
}

HTML Decimal:

<p>HTML decimal: &#38336;</p>  <!-- Display: 闀 -->

HTML Hexadecimal:

<p>HTML hex: &#x95C0;</p>  <!-- Display: 闀 -->

URL Encoding:

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

Encodings

MD5:

e7f4c99657dfd05f37d524efa9702353

SHA1:

307220a7471392fcde28ba2f400226e430733a83

Base64:

6ZeA