Unicode Finder

"蘌" U+860C(CJK UNIFIED IDEOGRAPH-860C)

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

Programming

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

Web

CSS
\00860C
HtmlDecimal
蘌
HtmlHexadecimal
蘌
Url
%E8%98%8C

Code

MD5
8d58a9f5da2144e6de40ebe4eff4d7ad
Sha1
930bef367824dd6eebb4e3abc1c7ebd58145915e
Base64
6JiM

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u860C';
console.log(char);  // Output: 蘌

Java:

char c = '\u860C';
System.out.println(c);  // Output: 蘌

JSON:

{"text": "\u860C"}  // Value: 蘌

Python:

char = '\u860C'
print(char)  # Output: 蘌

Perl:

my $char = "\x{860C}";
print $char;  # Output: 蘌

PHP:

$char = "\x{860C}";
echo $char;  // Output: 蘌

Ruby:

char = "\u{860C}"
puts char  # Output: 蘌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34316;</p>  <!-- Display: 蘌 -->

HTML Hexadecimal:

<p>HTML hex: &#x860C;</p>  <!-- Display: 蘌 -->

URL Encoding:

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

Encodings

MD5:

8d58a9f5da2144e6de40ebe4eff4d7ad

SHA1:

930bef367824dd6eebb4e3abc1c7ebd58145915e

Base64:

6JiM