Unicode Finder

"闕" U+95D5(CJK UNIFIED IDEOGRAPH-95D5)

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

Programming

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

Web

CSS
\0095D5
HtmlDecimal
闕
HtmlHexadecimal
闕
Url
%E9%97%95

Code

MD5
c795aeb7cde4c7eb48666ba07aaf1c5a
Sha1
4852ab2c0cef96842f8810cf06344ad4810e098f
Base64
6ZeV

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u95D5';
console.log(char);  // Output: 闕

Java:

char c = '\u95D5';
System.out.println(c);  // Output: 闕

JSON:

{"text": "\u95D5"}  // Value: 闕

Python:

char = '\u95D5'
print(char)  # Output: 闕

Perl:

my $char = "\x{95D5}";
print $char;  # Output: 闕

PHP:

$char = "\x{95D5}";
echo $char;  // Output: 闕

Ruby:

char = "\u{95D5}"
puts char  # Output: 闕

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38357;</p>  <!-- Display: 闕 -->

HTML Hexadecimal:

<p>HTML hex: &#x95D5;</p>  <!-- Display: 闕 -->

URL Encoding:

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

Encodings

MD5:

c795aeb7cde4c7eb48666ba07aaf1c5a

SHA1:

4852ab2c0cef96842f8810cf06344ad4810e098f

Base64:

6ZeV