Unicode Finder

"殧" U+6BA7(CJK UNIFIED IDEOGRAPH-6BA7)

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

Programming

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

Web

CSS
\006BA7
HtmlDecimal
殧
HtmlHexadecimal
殧
Url
%E6%AE%A7

Code

MD5
b882a263e7a00eef57c542658890d72c
Sha1
07b94c5cffd078e54648e07c28f919345f52f2f0
Base64
5q6n

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BA7';
console.log(char);  // Output: 殧

Java:

char c = '\u6BA7';
System.out.println(c);  // Output: 殧

JSON:

{"text": "\u6BA7"}  // Value: 殧

Python:

char = '\u6BA7'
print(char)  # Output: 殧

Perl:

my $char = "\x{6BA7}";
print $char;  # Output: 殧

PHP:

$char = "\x{6BA7}";
echo $char;  // Output: 殧

Ruby:

char = "\u{6BA7}"
puts char  # Output: 殧

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27559;</p>  <!-- Display: 殧 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BA7;</p>  <!-- Display: 殧 -->

URL Encoding:

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

Encodings

MD5:

b882a263e7a00eef57c542658890d72c

SHA1:

07b94c5cffd078e54648e07c28f919345f52f2f0

Base64:

5q6n