Unicode Finder

"薼" U+85BC(CJK UNIFIED IDEOGRAPH-85BC)

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

Programming

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

Web

CSS
\0085BC
HtmlDecimal
薼
HtmlHexadecimal
薼
Url
%E8%96%BC

Code

MD5
b92e5a948f569335a14a3cd1cd242404
Sha1
82d770da72004f448f2354b5762134d6e6cdfe34
Base64
6Ja8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u85BC';
console.log(char);  // Output: 薼

Java:

char c = '\u85BC';
System.out.println(c);  // Output: 薼

JSON:

{"text": "\u85BC"}  // Value: 薼

Python:

char = '\u85BC'
print(char)  # Output: 薼

Perl:

my $char = "\x{85BC}";
print $char;  # Output: 薼

PHP:

$char = "\x{85BC}";
echo $char;  // Output: 薼

Ruby:

char = "\u{85BC}"
puts char  # Output: 薼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34236;</p>  <!-- Display: 薼 -->

HTML Hexadecimal:

<p>HTML hex: &#x85BC;</p>  <!-- Display: 薼 -->

URL Encoding:

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

Encodings

MD5:

b92e5a948f569335a14a3cd1cd242404

SHA1:

82d770da72004f448f2354b5762134d6e6cdfe34

Base64:

6Ja8