Unicode Finder

"刲" U+5232(CJK UNIFIED IDEOGRAPH-5232)

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

Programming

C
\u5232
JavaScript
\u5232
Java
\u5232
Json
\u5232
Python
\u5232
Perl
\x{5232}
PHP
\x{5232}
Ruby
\u{5232}
Rust
\u{5232}
Go
\u5232

Web

CSS
\005232
HtmlDecimal
刲
HtmlHexadecimal
刲
Url
%E5%88%B2

Code

MD5
700c545c853e7645ba0fd492da8e189b
Sha1
ee4b956528a881c1a5978007341a29d30ef4c1fc
Base64
5Yiy

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5232';
console.log(char);  // Output: 刲

Java:

char c = '\u5232';
System.out.println(c);  // Output: 刲

JSON:

{"text": "\u5232"}  // Value: 刲

Python:

char = '\u5232'
print(char)  # Output: 刲

Perl:

my $char = "\x{5232}";
print $char;  # Output: 刲

PHP:

$char = "\x{5232}";
echo $char;  // Output: 刲

Ruby:

char = "\u{5232}"
puts char  # Output: 刲

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005232";  /* Display: 刲 */
}

HTML Decimal:

<p>HTML decimal: &#21042;</p>  <!-- Display: 刲 -->

HTML Hexadecimal:

<p>HTML hex: &#x5232;</p>  <!-- Display: 刲 -->

URL Encoding:

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

Encodings

MD5:

700c545c853e7645ba0fd492da8e189b

SHA1:

ee4b956528a881c1a5978007341a29d30ef4c1fc

Base64:

5Yiy

© 2025 Unicode Finder

刲 U+5232 CJK UNIFIED IDEOGRAPH-5232 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me