Unicode Finder

"殑" U+6B91(CJK UNIFIED IDEOGRAPH-6B91)

U+6B91
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6B91

Programming

C
\u6B91
JavaScript
\u6B91
Java
\u6B91
Json
\u6B91
Python
\u6B91
Perl
\x{6B91}
PHP
\x{6B91}
Ruby
\u{6B91}
Rust
\u{6B91}
Go
\u6B91

Web

CSS
\006B91
HtmlDecimal
殑
HtmlHexadecimal
殑
Url
%E6%AE%91

Code

MD5
cbfaa0f54c7c7a145e329c3f81c49a04
Sha1
f55fdca7e6aca5ced747b20c823861022df9a74c
Base64
5q6R

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6B91';
console.log(char);  // Output: 殑

Java:

char c = '\u6B91';
System.out.println(c);  // Output: 殑

JSON:

{"text": "\u6B91"}  // Value: 殑

Python:

char = '\u6B91'
print(char)  # Output: 殑

Perl:

my $char = "\x{6B91}";
print $char;  # Output: 殑

PHP:

$char = "\x{6B91}";
echo $char;  // Output: 殑

Ruby:

char = "\u{6B91}"
puts char  # Output: 殑

Rust:

let c = '\u{6B91}';
println!("{}", c);  // Output: 殑

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006B91";  /* Display: 殑 */
}

HTML Decimal:

<p>HTML decimal: &#27537;</p>  <!-- Display: 殑 -->

HTML Hexadecimal:

<p>HTML hex: &#x6B91;</p>  <!-- Display: 殑 -->

URL Encoding:

// 殑 URL encoding
https://unicodefinder.com/search.php?query=%E6%AE%91

Encodings

MD5:

cbfaa0f54c7c7a145e329c3f81c49a04

SHA1:

f55fdca7e6aca5ced747b20c823861022df9a74c

Base64:

5q6R