Unicode Finder

"殨" U+6BA8(CJK UNIFIED IDEOGRAPH-6BA8)

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

Programming

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

Web

CSS
\006BA8
HtmlDecimal
殨
HtmlHexadecimal
殨
Url
%E6%AE%A8

Code

MD5
34241519ae56d4de821b26fd05174172
Sha1
e0c916ef579f51a57cc08524a9c63fae548ea36d
Base64
5q6o

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6BA8';
console.log(char);  // Output: 殨

Java:

char c = '\u6BA8';
System.out.println(c);  // Output: 殨

JSON:

{"text": "\u6BA8"}  // Value: 殨

Python:

char = '\u6BA8'
print(char)  # Output: 殨

Perl:

my $char = "\x{6BA8}";
print $char;  # Output: 殨

PHP:

$char = "\x{6BA8}";
echo $char;  // Output: 殨

Ruby:

char = "\u{6BA8}"
puts char  # Output: 殨

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27560;</p>  <!-- Display: 殨 -->

HTML Hexadecimal:

<p>HTML hex: &#x6BA8;</p>  <!-- Display: 殨 -->

URL Encoding:

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

Encodings

MD5:

34241519ae56d4de821b26fd05174172

SHA1:

e0c916ef579f51a57cc08524a9c63fae548ea36d

Base64:

5q6o