Unicode Finder

"摼" U+647C(CJK UNIFIED IDEOGRAPH-647C)

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

Programming

C
\u647C
JavaScript
\u647C
Java
\u647C
Json
\u647C
Python
\u647C
Perl
\x{647C}
PHP
\x{647C}
Ruby
\u{647C}
Rust
\u{647C}
Go
\u647C

Web

CSS
\00647C
HtmlDecimal
摼
HtmlHexadecimal
摼
Url
%E6%91%BC

Code

MD5
5abd553d577707ba330c93f8a41a10ee
Sha1
d5564fb2687f89b8fda8aac65e4d128cf26d6aa0
Base64
5pG8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u647C';
console.log(char);  // Output: 摼

Java:

char c = '\u647C';
System.out.println(c);  // Output: 摼

JSON:

{"text": "\u647C"}  // Value: 摼

Python:

char = '\u647C'
print(char)  # Output: 摼

Perl:

my $char = "\x{647C}";
print $char;  # Output: 摼

PHP:

$char = "\x{647C}";
echo $char;  // Output: 摼

Ruby:

char = "\u{647C}"
puts char  # Output: 摼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25724;</p>  <!-- Display: 摼 -->

HTML Hexadecimal:

<p>HTML hex: &#x647C;</p>  <!-- Display: 摼 -->

URL Encoding:

// 摼 URL encoding
https://unicodefinder.com/search.php?query=%E6%91%BC

Encodings

MD5:

5abd553d577707ba330c93f8a41a10ee

SHA1:

d5564fb2687f89b8fda8aac65e4d128cf26d6aa0

Base64:

5pG8