Unicode Finder

"藖" U+85D6(CJK UNIFIED IDEOGRAPH-85D6)

U+85D6
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-85D6

Programming

C
\u85D6
JavaScript
\u85D6
Java
\u85D6
Json
\u85D6
Python
\u85D6
Perl
\x{85D6}
PHP
\x{85D6}
Ruby
\u{85D6}
Rust
\u{85D6}
Go
\u85D6

Web

CSS
\0085D6
HtmlDecimal
藖
HtmlHexadecimal
藖
Url
%E8%97%96

Code

MD5
9733c61adb20c37824a3ced0ab0f3193
Sha1
b7dbf3802fc0d8880eabd4dd982a8a061ea4d8f5
Base64
6JeW

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u85D6';
console.log(char);  // Output: 藖

Java:

char c = '\u85D6';
System.out.println(c);  // Output: 藖

JSON:

{"text": "\u85D6"}  // Value: 藖

Python:

char = '\u85D6'
print(char)  # Output: 藖

Perl:

my $char = "\x{85D6}";
print $char;  # Output: 藖

PHP:

$char = "\x{85D6}";
echo $char;  // Output: 藖

Ruby:

char = "\u{85D6}"
puts char  # Output: 藖

Rust:

let c = '\u{85D6}';
println!("{}", c);  // Output: 藖

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0085D6";  /* Display: 藖 */
}

HTML Decimal:

<p>HTML decimal: &#34262;</p>  <!-- Display: 藖 -->

HTML Hexadecimal:

<p>HTML hex: &#x85D6;</p>  <!-- Display: 藖 -->

URL Encoding:

// 藖 URL encoding
https://unicodefinder.com/search.php?query=%E8%97%96

Encodings

MD5:

9733c61adb20c37824a3ced0ab0f3193

SHA1:

b7dbf3802fc0d8880eabd4dd982a8a061ea4d8f5

Base64:

6JeW