Unicode Finder

"蚫" U+86AB(CJK UNIFIED IDEOGRAPH-86AB)

U+86AB
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-86AB

Programming

C
\u86AB
JavaScript
\u86AB
Java
\u86AB
Json
\u86AB
Python
\u86AB
Perl
\x{86AB}
PHP
\x{86AB}
Ruby
\u{86AB}
Rust
\u{86AB}
Go
\u86AB

Web

CSS
\0086AB
HtmlDecimal
蚫
HtmlHexadecimal
蚫
Url
%E8%9A%AB

Code

MD5
63782fa110c011ac6d6ada8ade5a7798
Sha1
c491fe64e153eb696aeb0b9bb2756fb8c40e4168
Base64
6Jqr

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u86AB';
console.log(char);  // Output: 蚫

Java:

char c = '\u86AB';
System.out.println(c);  // Output: 蚫

JSON:

{"text": "\u86AB"}  // Value: 蚫

Python:

char = '\u86AB'
print(char)  # Output: 蚫

Perl:

my $char = "\x{86AB}";
print $char;  # Output: 蚫

PHP:

$char = "\x{86AB}";
echo $char;  // Output: 蚫

Ruby:

char = "\u{86AB}"
puts char  # Output: 蚫

Rust:

let c = '\u{86AB}';
println!("{}", c);  // Output: 蚫

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0086AB";  /* Display: 蚫 */
}

HTML Decimal:

<p>HTML decimal: &#34475;</p>  <!-- Display: 蚫 -->

HTML Hexadecimal:

<p>HTML hex: &#x86AB;</p>  <!-- Display: 蚫 -->

URL Encoding:

// 蚫 URL encoding
https://unicodefinder.com/search.php?query=%E8%9A%AB

Encodings

MD5:

63782fa110c011ac6d6ada8ade5a7798

SHA1:

c491fe64e153eb696aeb0b9bb2756fb8c40e4168

Base64:

6Jqr