Unicode Finder

"剼" U+527C(CJK UNIFIED IDEOGRAPH-527C)

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

Programming

C
\u527C
JavaScript
\u527C
Java
\u527C
Json
\u527C
Python
\u527C
Perl
\x{527C}
PHP
\x{527C}
Ruby
\u{527C}
Rust
\u{527C}
Go
\u527C

Web

CSS
\00527C
HtmlDecimal
剼
HtmlHexadecimal
剼
Url
%E5%89%BC

Code

MD5
2943129b426a0e21182313ebbcca0444
Sha1
603b78a0e2b3fa9f19ef13d260b6ab18ca5e730a
Base64
5Ym8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u527C';
console.log(char);  // Output: 剼

Java:

char c = '\u527C';
System.out.println(c);  // Output: 剼

JSON:

{"text": "\u527C"}  // Value: 剼

Python:

char = '\u527C'
print(char)  # Output: 剼

Perl:

my $char = "\x{527C}";
print $char;  # Output: 剼

PHP:

$char = "\x{527C}";
echo $char;  // Output: 剼

Ruby:

char = "\u{527C}"
puts char  # Output: 剼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21116;</p>  <!-- Display: 剼 -->

HTML Hexadecimal:

<p>HTML hex: &#x527C;</p>  <!-- Display: 剼 -->

URL Encoding:

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

Encodings

MD5:

2943129b426a0e21182313ebbcca0444

SHA1:

603b78a0e2b3fa9f19ef13d260b6ab18ca5e730a

Base64:

5Ym8