Unicode Finder

"刓" U+5213(CJK UNIFIED IDEOGRAPH-5213)

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

Programming

C
\u5213
JavaScript
\u5213
Java
\u5213
Json
\u5213
Python
\u5213
Perl
\x{5213}
PHP
\x{5213}
Ruby
\u{5213}
Rust
\u{5213}
Go
\u5213

Web

CSS
\005213
HtmlDecimal
刓
HtmlHexadecimal
刓
Url
%E5%88%93

Code

MD5
001c7cda9ff3621d345c298dd247926b
Sha1
8d9a9cdb8326b12217d7d3d52aa880333c81873f
Base64
5YiT

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5213';
console.log(char);  // Output: 刓

Java:

char c = '\u5213';
System.out.println(c);  // Output: 刓

JSON:

{"text": "\u5213"}  // Value: 刓

Python:

char = '\u5213'
print(char)  # Output: 刓

Perl:

my $char = "\x{5213}";
print $char;  # Output: 刓

PHP:

$char = "\x{5213}";
echo $char;  // Output: 刓

Ruby:

char = "\u{5213}"
puts char  # Output: 刓

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005213";  /* Display: 刓 */
}

HTML Decimal:

<p>HTML decimal: &#21011;</p>  <!-- Display: 刓 -->

HTML Hexadecimal:

<p>HTML hex: &#x5213;</p>  <!-- Display: 刓 -->

URL Encoding:

// 刓 URL encoding
https://unicodefinder.com/search.php?query=%E5%88%93

Encodings

MD5:

001c7cda9ff3621d345c298dd247926b

SHA1:

8d9a9cdb8326b12217d7d3d52aa880333c81873f

Base64:

5YiT

© 2025 Unicode Finder

刓 U+5213 CJK UNIFIED IDEOGRAPH-5213 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me