Unicode Finder

"薺" U+85BA(CJK UNIFIED IDEOGRAPH-85BA)

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

Programming

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

Web

CSS
\0085BA
HtmlDecimal
薺
HtmlHexadecimal
薺
Url
%E8%96%BA

Code

MD5
0bd5ec237d3d2b9c3aed2c5f2e46519c
Sha1
868a1e41d69fb506ab7ccb8d56e154716215d371
Base64
6Ja6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u85BA';
console.log(char);  // Output: 薺

Java:

char c = '\u85BA';
System.out.println(c);  // Output: 薺

JSON:

{"text": "\u85BA"}  // Value: 薺

Python:

char = '\u85BA'
print(char)  # Output: 薺

Perl:

my $char = "\x{85BA}";
print $char;  # Output: 薺

PHP:

$char = "\x{85BA}";
echo $char;  // Output: 薺

Ruby:

char = "\u{85BA}"
puts char  # Output: 薺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34234;</p>  <!-- Display: 薺 -->

HTML Hexadecimal:

<p>HTML hex: &#x85BA;</p>  <!-- Display: 薺 -->

URL Encoding:

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

Encodings

MD5:

0bd5ec237d3d2b9c3aed2c5f2e46519c

SHA1:

868a1e41d69fb506ab7ccb8d56e154716215d371

Base64:

6Ja6