Unicode Finder

"藽" U+85FD(CJK UNIFIED IDEOGRAPH-85FD)

U+85FD
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-85FD

Programming

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

Web

CSS
\0085FD
HtmlDecimal
藽
HtmlHexadecimal
藽
Url
%E8%97%BD

Code

MD5
8a1757cbd1812ebfcf710dd43b9e0e74
Sha1
ea6ff534168d0b8ec3b31cf19cc6c6a7584257ce
Base64
6Je9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u85FD';
console.log(char);  // Output: 藽

Java:

char c = '\u85FD';
System.out.println(c);  // Output: 藽

JSON:

{"text": "\u85FD"}  // Value: 藽

Python:

char = '\u85FD'
print(char)  # Output: 藽

Perl:

my $char = "\x{85FD}";
print $char;  # Output: 藽

PHP:

$char = "\x{85FD}";
echo $char;  // Output: 藽

Ruby:

char = "\u{85FD}"
puts char  # Output: 藽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34301;</p>  <!-- Display: 藽 -->

HTML Hexadecimal:

<p>HTML hex: &#x85FD;</p>  <!-- Display: 藽 -->

URL Encoding:

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

Encodings

MD5:

8a1757cbd1812ebfcf710dd43b9e0e74

SHA1:

ea6ff534168d0b8ec3b31cf19cc6c6a7584257ce

Base64:

6Je9