Unicode Finder

"捰" U+6370(CJK UNIFIED IDEOGRAPH-6370)

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

Programming

C
\u6370
JavaScript
\u6370
Java
\u6370
Json
\u6370
Python
\u6370
Perl
\x{6370}
PHP
\x{6370}
Ruby
\u{6370}
Rust
\u{6370}
Go
\u6370

Web

CSS
\006370
HtmlDecimal
捰
HtmlHexadecimal
捰
Url
%E6%8D%B0

Code

MD5
503ef4f9246edf4fd86c5f3abae63878
Sha1
73d84303e06a579accc7ab570400626be64b8fa8
Base64
5o2w

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6370';
console.log(char);  // Output: 捰

Java:

char c = '\u6370';
System.out.println(c);  // Output: 捰

JSON:

{"text": "\u6370"}  // Value: 捰

Python:

char = '\u6370'
print(char)  # Output: 捰

Perl:

my $char = "\x{6370}";
print $char;  # Output: 捰

PHP:

$char = "\x{6370}";
echo $char;  // Output: 捰

Ruby:

char = "\u{6370}"
puts char  # Output: 捰

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006370";  /* Display: 捰 */
}

HTML Decimal:

<p>HTML decimal: &#25456;</p>  <!-- Display: 捰 -->

HTML Hexadecimal:

<p>HTML hex: &#x6370;</p>  <!-- Display: 捰 -->

URL Encoding:

// 捰 URL encoding
https://unicodefinder.com/search.php?query=%E6%8D%B0

Encodings

MD5:

503ef4f9246edf4fd86c5f3abae63878

SHA1:

73d84303e06a579accc7ab570400626be64b8fa8

Base64:

5o2w