Unicode Finder

"刱" U+5231(CJK UNIFIED IDEOGRAPH-5231)

U+5231
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5231

Programming

C
\u5231
JavaScript
\u5231
Java
\u5231
Json
\u5231
Python
\u5231
Perl
\x{5231}
PHP
\x{5231}
Ruby
\u{5231}
Rust
\u{5231}
Go
\u5231

Web

CSS
\005231
HtmlDecimal
刱
HtmlHexadecimal
刱
Url
%E5%88%B1

Code

MD5
18736b6bc66d5c2bb5003c028ccd8f74
Sha1
2a4745fcd706b82a6934bb8fd5260e9280846ce8
Base64
5Yix

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5231';
console.log(char);  // Output: 刱

Java:

char c = '\u5231';
System.out.println(c);  // Output: 刱

JSON:

{"text": "\u5231"}  // Value: 刱

Python:

char = '\u5231'
print(char)  # Output: 刱

Perl:

my $char = "\x{5231}";
print $char;  # Output: 刱

PHP:

$char = "\x{5231}";
echo $char;  // Output: 刱

Ruby:

char = "\u{5231}"
puts char  # Output: 刱

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005231";  /* Display: 刱 */
}

HTML Decimal:

<p>HTML decimal: &#21041;</p>  <!-- Display: 刱 -->

HTML Hexadecimal:

<p>HTML hex: &#x5231;</p>  <!-- Display: 刱 -->

URL Encoding:

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

Encodings

MD5:

18736b6bc66d5c2bb5003c028ccd8f74

SHA1:

2a4745fcd706b82a6934bb8fd5260e9280846ce8

Base64:

5Yix

© 2025 Unicode Finder

刱 U+5231 CJK UNIFIED IDEOGRAPH-5231 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me