Unicode Finder

"蘍" U+860D(CJK UNIFIED IDEOGRAPH-860D)

U+860D
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-860D

Programming

C
\u860D
JavaScript
\u860D
Java
\u860D
Json
\u860D
Python
\u860D
Perl
\x{860D}
PHP
\x{860D}
Ruby
\u{860D}
Rust
\u{860D}
Go
\u860D

Web

CSS
\00860D
HtmlDecimal
蘍
HtmlHexadecimal
蘍
Url
%E8%98%8D

Code

MD5
9f013339ac56d1a2519186e89b0b3448
Sha1
33fb83b394d91140b5406a5aa0b4057074d9ff21
Base64
6JiN

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u860D';
console.log(char);  // Output: 蘍

Java:

char c = '\u860D';
System.out.println(c);  // Output: 蘍

JSON:

{"text": "\u860D"}  // Value: 蘍

Python:

char = '\u860D'
print(char)  # Output: 蘍

Perl:

my $char = "\x{860D}";
print $char;  # Output: 蘍

PHP:

$char = "\x{860D}";
echo $char;  // Output: 蘍

Ruby:

char = "\u{860D}"
puts char  # Output: 蘍

Rust:

let c = '\u{860D}';
println!("{}", c);  // Output: 蘍

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00860D";  /* Display: 蘍 */
}

HTML Decimal:

<p>HTML decimal: &#34317;</p>  <!-- Display: 蘍 -->

HTML Hexadecimal:

<p>HTML hex: &#x860D;</p>  <!-- Display: 蘍 -->

URL Encoding:

// 蘍 URL encoding
https://unicodefinder.com/search.php?query=%E8%98%8D

Encodings

MD5:

9f013339ac56d1a2519186e89b0b3448

SHA1:

33fb83b394d91140b5406a5aa0b4057074d9ff21

Base64:

6JiN