Unicode Finder

"摴" U+6474(CJK UNIFIED IDEOGRAPH-6474)

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

Programming

C
\u6474
JavaScript
\u6474
Java
\u6474
Json
\u6474
Python
\u6474
Perl
\x{6474}
PHP
\x{6474}
Ruby
\u{6474}
Rust
\u{6474}
Go
\u6474

Web

CSS
\006474
HtmlDecimal
摴
HtmlHexadecimal
摴
Url
%E6%91%B4

Code

MD5
e52174760722689f0f073de6c6dcab1c
Sha1
0370ec64343c27fa96614ed2086e8f5ba1c93fff
Base64
5pG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6474';
console.log(char);  // Output: 摴

Java:

char c = '\u6474';
System.out.println(c);  // Output: 摴

JSON:

{"text": "\u6474"}  // Value: 摴

Python:

char = '\u6474'
print(char)  # Output: 摴

Perl:

my $char = "\x{6474}";
print $char;  # Output: 摴

PHP:

$char = "\x{6474}";
echo $char;  // Output: 摴

Ruby:

char = "\u{6474}"
puts char  # Output: 摴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006474";  /* Display: 摴 */
}

HTML Decimal:

<p>HTML decimal: &#25716;</p>  <!-- Display: 摴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6474;</p>  <!-- Display: 摴 -->

URL Encoding:

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

Encodings

MD5:

e52174760722689f0f073de6c6dcab1c

SHA1:

0370ec64343c27fa96614ed2086e8f5ba1c93fff

Base64:

5pG0