Unicode Finder

"摵" U+6475(CJK UNIFIED IDEOGRAPH-6475)

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

Programming

C
\u6475
JavaScript
\u6475
Java
\u6475
Json
\u6475
Python
\u6475
Perl
\x{6475}
PHP
\x{6475}
Ruby
\u{6475}
Rust
\u{6475}
Go
\u6475

Web

CSS
\006475
HtmlDecimal
摵
HtmlHexadecimal
摵
Url
%E6%91%B5

Code

MD5
572d481512a806dfc012f9a5ec4af820
Sha1
68b046f80eb2245c7e692bbd91dbae0126aa0aaf
Base64
5pG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6475';
console.log(char);  // Output: 摵

Java:

char c = '\u6475';
System.out.println(c);  // Output: 摵

JSON:

{"text": "\u6475"}  // Value: 摵

Python:

char = '\u6475'
print(char)  # Output: 摵

Perl:

my $char = "\x{6475}";
print $char;  # Output: 摵

PHP:

$char = "\x{6475}";
echo $char;  // Output: 摵

Ruby:

char = "\u{6475}"
puts char  # Output: 摵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006475";  /* Display: 摵 */
}

HTML Decimal:

<p>HTML decimal: &#25717;</p>  <!-- Display: 摵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6475;</p>  <!-- Display: 摵 -->

URL Encoding:

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

Encodings

MD5:

572d481512a806dfc012f9a5ec4af820

SHA1:

68b046f80eb2245c7e692bbd91dbae0126aa0aaf

Base64:

5pG1