Unicode Finder

"塼" U+587C(CJK UNIFIED IDEOGRAPH-587C)

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

Programming

C
\u587C
JavaScript
\u587C
Java
\u587C
Json
\u587C
Python
\u587C
Perl
\x{587C}
PHP
\x{587C}
Ruby
\u{587C}
Rust
\u{587C}
Go
\u587C

Web

CSS
\00587C
HtmlDecimal
塼
HtmlHexadecimal
塼
Url
%E5%A1%BC

Code

MD5
067f2d9b271832142b5dddc40bf78d0e
Sha1
253b36910d4b1d2db4a1ba094857e5ccbba70499
Base64
5aG8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u587C';
console.log(char);  // Output: 塼

Java:

char c = '\u587C';
System.out.println(c);  // Output: 塼

JSON:

{"text": "\u587C"}  // Value: 塼

Python:

char = '\u587C'
print(char)  # Output: 塼

Perl:

my $char = "\x{587C}";
print $char;  # Output: 塼

PHP:

$char = "\x{587C}";
echo $char;  // Output: 塼

Ruby:

char = "\u{587C}"
puts char  # Output: 塼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22652;</p>  <!-- Display: 塼 -->

HTML Hexadecimal:

<p>HTML hex: &#x587C;</p>  <!-- Display: 塼 -->

URL Encoding:

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

Encodings

MD5:

067f2d9b271832142b5dddc40bf78d0e

SHA1:

253b36910d4b1d2db4a1ba094857e5ccbba70499

Base64:

5aG8