Unicode Finder

"藐" U+85D0(CJK UNIFIED IDEOGRAPH-85D0)

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

Programming

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

Web

CSS
\0085D0
HtmlDecimal
藐
HtmlHexadecimal
藐
Url
%E8%97%90

Code

MD5
abf06c4ad3d73e22ea02d43a20afe33b
Sha1
809964d14a9194f28e6ecfe1d449c14130cdf5c6
Base64
6JeQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u85D0';
console.log(char);  // Output: 藐

Java:

char c = '\u85D0';
System.out.println(c);  // Output: 藐

JSON:

{"text": "\u85D0"}  // Value: 藐

Python:

char = '\u85D0'
print(char)  # Output: 藐

Perl:

my $char = "\x{85D0}";
print $char;  # Output: 藐

PHP:

$char = "\x{85D0}";
echo $char;  // Output: 藐

Ruby:

char = "\u{85D0}"
puts char  # Output: 藐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34256;</p>  <!-- Display: 藐 -->

HTML Hexadecimal:

<p>HTML hex: &#x85D0;</p>  <!-- Display: 藐 -->

URL Encoding:

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

Encodings

MD5:

abf06c4ad3d73e22ea02d43a20afe33b

SHA1:

809964d14a9194f28e6ecfe1d449c14130cdf5c6

Base64:

6JeQ