Unicode Finder

"闺" U+95FA(CJK UNIFIED IDEOGRAPH-95FA)

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

Programming

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

Web

CSS
\0095FA
HtmlDecimal
闺
HtmlHexadecimal
闺
Url
%E9%97%BA

Code

MD5
1bd45b1fcb5d3e0d9a1196fff655b055
Sha1
1ee6275f545e5049afc9954872bad488e0b18e6b
Base64
6Ze6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u95FA';
console.log(char);  // Output: 闺

Java:

char c = '\u95FA';
System.out.println(c);  // Output: 闺

JSON:

{"text": "\u95FA"}  // Value: 闺

Python:

char = '\u95FA'
print(char)  # Output: 闺

Perl:

my $char = "\x{95FA}";
print $char;  # Output: 闺

PHP:

$char = "\x{95FA}";
echo $char;  // Output: 闺

Ruby:

char = "\u{95FA}"
puts char  # Output: 闺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38394;</p>  <!-- Display: 闺 -->

HTML Hexadecimal:

<p>HTML hex: &#x95FA;</p>  <!-- Display: 闺 -->

URL Encoding:

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

Encodings

MD5:

1bd45b1fcb5d3e0d9a1196fff655b055

SHA1:

1ee6275f545e5049afc9954872bad488e0b18e6b

Base64:

6Ze6