Unicode Finder

"捬" U+636C(CJK UNIFIED IDEOGRAPH-636C)

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

Programming

C
\u636C
JavaScript
\u636C
Java
\u636C
Json
\u636C
Python
\u636C
Perl
\x{636C}
PHP
\x{636C}
Ruby
\u{636C}
Rust
\u{636C}
Go
\u636C

Web

CSS
\00636C
HtmlDecimal
捬
HtmlHexadecimal
捬
Url
%E6%8D%AC

Code

MD5
84781bc70f515c63af8e3966baf24a09
Sha1
d4ccf08ec5b22a76e54765079111e873fdcbeac1
Base64
5o2s

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u636C';
console.log(char);  // Output: 捬

Java:

char c = '\u636C';
System.out.println(c);  // Output: 捬

JSON:

{"text": "\u636C"}  // Value: 捬

Python:

char = '\u636C'
print(char)  # Output: 捬

Perl:

my $char = "\x{636C}";
print $char;  # Output: 捬

PHP:

$char = "\x{636C}";
echo $char;  // Output: 捬

Ruby:

char = "\u{636C}"
puts char  # Output: 捬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25452;</p>  <!-- Display: 捬 -->

HTML Hexadecimal:

<p>HTML hex: &#x636C;</p>  <!-- Display: 捬 -->

URL Encoding:

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

Encodings

MD5:

84781bc70f515c63af8e3966baf24a09

SHA1:

d4ccf08ec5b22a76e54765079111e873fdcbeac1

Base64:

5o2s