Unicode Finder

"刼" U+523C(CJK UNIFIED IDEOGRAPH-523C)

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

Programming

C
\u523C
JavaScript
\u523C
Java
\u523C
Json
\u523C
Python
\u523C
Perl
\x{523C}
PHP
\x{523C}
Ruby
\u{523C}
Rust
\u{523C}
Go
\u523C

Web

CSS
\00523C
HtmlDecimal
刼
HtmlHexadecimal
刼
Url
%E5%88%BC

Code

MD5
09f0272848fefabac68b88b4ece94a40
Sha1
4bdb016820614fc1118d546dad98c29516218fb8
Base64
5Yi8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u523C';
console.log(char);  // Output: 刼

Java:

char c = '\u523C';
System.out.println(c);  // Output: 刼

JSON:

{"text": "\u523C"}  // Value: 刼

Python:

char = '\u523C'
print(char)  # Output: 刼

Perl:

my $char = "\x{523C}";
print $char;  # Output: 刼

PHP:

$char = "\x{523C}";
echo $char;  // Output: 刼

Ruby:

char = "\u{523C}"
puts char  # Output: 刼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21052;</p>  <!-- Display: 刼 -->

HTML Hexadecimal:

<p>HTML hex: &#x523C;</p>  <!-- Display: 刼 -->

URL Encoding:

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

Encodings

MD5:

09f0272848fefabac68b88b4ece94a40

SHA1:

4bdb016820614fc1118d546dad98c29516218fb8

Base64:

5Yi8