Unicode Finder

"閵" U+95B5(CJK UNIFIED IDEOGRAPH-95B5)

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

Programming

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

Web

CSS
\0095B5
HtmlDecimal
閵
HtmlHexadecimal
閵
Url
%E9%96%B5

Code

MD5
a8511d4ea5b796dee767746bd12e4f09
Sha1
42233554ff10eafe7387faf03c5786a1332b7a7d
Base64
6Za1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u95B5';
console.log(char);  // Output: 閵

Java:

char c = '\u95B5';
System.out.println(c);  // Output: 閵

JSON:

{"text": "\u95B5"}  // Value: 閵

Python:

char = '\u95B5'
print(char)  # Output: 閵

Perl:

my $char = "\x{95B5}";
print $char;  # Output: 閵

PHP:

$char = "\x{95B5}";
echo $char;  // Output: 閵

Ruby:

char = "\u{95B5}"
puts char  # Output: 閵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38325;</p>  <!-- Display: 閵 -->

HTML Hexadecimal:

<p>HTML hex: &#x95B5;</p>  <!-- Display: 閵 -->

URL Encoding:

// 閵 URL encoding
https://unicodefinder.com/search.php?query=%E9%96%B5

Encodings

MD5:

a8511d4ea5b796dee767746bd12e4f09

SHA1:

42233554ff10eafe7387faf03c5786a1332b7a7d

Base64:

6Za1