Unicode Finder

"卌" U+534C(CJK UNIFIED IDEOGRAPH-534C)

U+534C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-534C

Programming

C
\u534C
JavaScript
\u534C
Java
\u534C
Json
\u534C
Python
\u534C
Perl
\x{534C}
PHP
\x{534C}
Ruby
\u{534C}
Rust
\u{534C}
Go
\u534C

Web

CSS
\00534C
HtmlDecimal
卌
HtmlHexadecimal
卌
Url
%E5%8D%8C

Code

MD5
fc1b1687da1b61c16b7026d3775837a4
Sha1
ed75e4541759fdae9f615ec1ac9ff42c51a72134
Base64
5Y2M

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u534C';
console.log(char);  // Output: 卌

Java:

char c = '\u534C';
System.out.println(c);  // Output: 卌

JSON:

{"text": "\u534C"}  // Value: 卌

Python:

char = '\u534C'
print(char)  # Output: 卌

Perl:

my $char = "\x{534C}";
print $char;  # Output: 卌

PHP:

$char = "\x{534C}";
echo $char;  // Output: 卌

Ruby:

char = "\u{534C}"
puts char  # Output: 卌

Rust:

let c = '\u{534C}';
println!("{}", c);  // Output: 卌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00534C";  /* Display: 卌 */
}

HTML Decimal:

<p>HTML decimal: &#21324;</p>  <!-- Display: 卌 -->

HTML Hexadecimal:

<p>HTML hex: &#x534C;</p>  <!-- Display: 卌 -->

URL Encoding:

// 卌 URL encoding
https://unicodefinder.com/search.php?query=%E5%8D%8C

Encodings

MD5:

fc1b1687da1b61c16b7026d3775837a4

SHA1:

ed75e4541759fdae9f615ec1ac9ff42c51a72134

Base64:

5Y2M

© 2025 Unicode Finder

卌 U+534C CJK UNIFIED IDEOGRAPH-534C Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me