Unicode Finder

"蒼" U+84BC(CJK UNIFIED IDEOGRAPH-84BC)

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

Programming

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

Web

CSS
\0084BC
HtmlDecimal
蒼
HtmlHexadecimal
蒼
Url
%E8%92%BC

Code

MD5
e8c3392fbf2e32e5658a2ea59350ade4
Sha1
c1a99eb2eee3c00a4b272e4be8521a9a88413fc7
Base64
6JK8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u84BC';
console.log(char);  // Output: 蒼

Java:

char c = '\u84BC';
System.out.println(c);  // Output: 蒼

JSON:

{"text": "\u84BC"}  // Value: 蒼

Python:

char = '\u84BC'
print(char)  # Output: 蒼

Perl:

my $char = "\x{84BC}";
print $char;  # Output: 蒼

PHP:

$char = "\x{84BC}";
echo $char;  // Output: 蒼

Ruby:

char = "\u{84BC}"
puts char  # Output: 蒼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33980;</p>  <!-- Display: 蒼 -->

HTML Hexadecimal:

<p>HTML hex: &#x84BC;</p>  <!-- Display: 蒼 -->

URL Encoding:

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

Encodings

MD5:

e8c3392fbf2e32e5658a2ea59350ade4

SHA1:

c1a99eb2eee3c00a4b272e4be8521a9a88413fc7

Base64:

6JK8