Unicode Finder

"蛔" U+86D4(CJK UNIFIED IDEOGRAPH-86D4)

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

Programming

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

Web

CSS
\0086D4
HtmlDecimal
蛔
HtmlHexadecimal
蛔
Url
%E8%9B%94

Code

MD5
6df93a42615cff00193792c10e44f4cc
Sha1
10eeee70c7fa1e8be1f5d77c4770e697bc50b5c2
Base64
6JuU

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u86D4';
console.log(char);  // Output: 蛔

Java:

char c = '\u86D4';
System.out.println(c);  // Output: 蛔

JSON:

{"text": "\u86D4"}  // Value: 蛔

Python:

char = '\u86D4'
print(char)  # Output: 蛔

Perl:

my $char = "\x{86D4}";
print $char;  # Output: 蛔

PHP:

$char = "\x{86D4}";
echo $char;  // Output: 蛔

Ruby:

char = "\u{86D4}"
puts char  # Output: 蛔

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34516;</p>  <!-- Display: 蛔 -->

HTML Hexadecimal:

<p>HTML hex: &#x86D4;</p>  <!-- Display: 蛔 -->

URL Encoding:

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

Encodings

MD5:

6df93a42615cff00193792c10e44f4cc

SHA1:

10eeee70c7fa1e8be1f5d77c4770e697bc50b5c2

Base64:

6JuU