Unicode Finder

"闷" U+95F7(CJK UNIFIED IDEOGRAPH-95F7)

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

Programming

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

Web

CSS
\0095F7
HtmlDecimal
闷
HtmlHexadecimal
闷
Url
%E9%97%B7

Code

MD5
d8a68397a6527e7a952d84c16be63a0d
Sha1
97c66d6f6f4121b0967faad20cd301805b436e23
Base64
6Ze3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u95F7';
console.log(char);  // Output: 闷

Java:

char c = '\u95F7';
System.out.println(c);  // Output: 闷

JSON:

{"text": "\u95F7"}  // Value: 闷

Python:

char = '\u95F7'
print(char)  # Output: 闷

Perl:

my $char = "\x{95F7}";
print $char;  # Output: 闷

PHP:

$char = "\x{95F7}";
echo $char;  // Output: 闷

Ruby:

char = "\u{95F7}"
puts char  # Output: 闷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38391;</p>  <!-- Display: 闷 -->

HTML Hexadecimal:

<p>HTML hex: &#x95F7;</p>  <!-- Display: 闷 -->

URL Encoding:

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

Encodings

MD5:

d8a68397a6527e7a952d84c16be63a0d

SHA1:

97c66d6f6f4121b0967faad20cd301805b436e23

Base64:

6Ze3