Unicode Finder

"蛐" U+86D0(CJK UNIFIED IDEOGRAPH-86D0)

U+86D0
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-86D0

Programming

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

Web

CSS
\0086D0
HtmlDecimal
蛐
HtmlHexadecimal
蛐
Url
%E8%9B%90

Code

MD5
25576325a75e48bc9e1b916dcef164f6
Sha1
abe6c8e356dee3031714f9435fcd9328b4930ca5
Base64
6JuQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u86D0';
console.log(char);  // Output: 蛐

Java:

char c = '\u86D0';
System.out.println(c);  // Output: 蛐

JSON:

{"text": "\u86D0"}  // Value: 蛐

Python:

char = '\u86D0'
print(char)  # Output: 蛐

Perl:

my $char = "\x{86D0}";
print $char;  # Output: 蛐

PHP:

$char = "\x{86D0}";
echo $char;  // Output: 蛐

Ruby:

char = "\u{86D0}"
puts char  # Output: 蛐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34512;</p>  <!-- Display: 蛐 -->

HTML Hexadecimal:

<p>HTML hex: &#x86D0;</p>  <!-- Display: 蛐 -->

URL Encoding:

// 蛐 URL encoding
https://unicodefinder.com/search.php?query=%E8%9B%90

Encodings

MD5:

25576325a75e48bc9e1b916dcef164f6

SHA1:

abe6c8e356dee3031714f9435fcd9328b4930ca5

Base64:

6JuQ