Unicode Finder

"蔴" U+8534(CJK UNIFIED IDEOGRAPH-8534)

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

Programming

C
\u8534
JavaScript
\u8534
Java
\u8534
Json
\u8534
Python
\u8534
Perl
\x{8534}
PHP
\x{8534}
Ruby
\u{8534}
Rust
\u{8534}
Go
\u8534

Web

CSS
\008534
HtmlDecimal
蔴
HtmlHexadecimal
蔴
Url
%E8%94%B4

Code

MD5
3c8a702894905a991c1163e54005072a
Sha1
2725cf2d3656ba543c4c9642d5d15736e682ddc8
Base64
6JS0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8534';
console.log(char);  // Output: 蔴

Java:

char c = '\u8534';
System.out.println(c);  // Output: 蔴

JSON:

{"text": "\u8534"}  // Value: 蔴

Python:

char = '\u8534'
print(char)  # Output: 蔴

Perl:

my $char = "\x{8534}";
print $char;  # Output: 蔴

PHP:

$char = "\x{8534}";
echo $char;  // Output: 蔴

Ruby:

char = "\u{8534}"
puts char  # Output: 蔴

Rust:

let c = '\u{8534}';
println!("{}", c);  // Output: 蔴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008534";  /* Display: 蔴 */
}

HTML Decimal:

<p>HTML decimal: &#34100;</p>  <!-- Display: 蔴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8534;</p>  <!-- Display: 蔴 -->

URL Encoding:

// 蔴 URL encoding
https://unicodefinder.com/search.php?query=%E8%94%B4

Encodings

MD5:

3c8a702894905a991c1163e54005072a

SHA1:

2725cf2d3656ba543c4c9642d5d15736e682ddc8

Base64:

6JS0