Unicode Finder

"揀" U+63C0(CJK UNIFIED IDEOGRAPH-63C0)

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

Programming

C
\u63C0
JavaScript
\u63C0
Java
\u63C0
Json
\u63C0
Python
\u63C0
Perl
\x{63C0}
PHP
\x{63C0}
Ruby
\u{63C0}
Rust
\u{63C0}
Go
\u63C0

Web

CSS
\0063C0
HtmlDecimal
揀
HtmlHexadecimal
揀
Url
%E6%8F%80

Code

MD5
e4c846a449e6f86e9d5bf0fc2fba38a4
Sha1
eb42237c4f0c62e8c8c432e31df062e5f4a142e2
Base64
5o+A

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63C0';
console.log(char);  // Output: 揀

Java:

char c = '\u63C0';
System.out.println(c);  // Output: 揀

JSON:

{"text": "\u63C0"}  // Value: 揀

Python:

char = '\u63C0'
print(char)  # Output: 揀

Perl:

my $char = "\x{63C0}";
print $char;  # Output: 揀

PHP:

$char = "\x{63C0}";
echo $char;  // Output: 揀

Ruby:

char = "\u{63C0}"
puts char  # Output: 揀

Rust:

let c = '\u{63C0}';
println!("{}", c);  // Output: 揀

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0063C0";  /* Display: 揀 */
}

HTML Decimal:

<p>HTML decimal: &#25536;</p>  <!-- Display: 揀 -->

HTML Hexadecimal:

<p>HTML hex: &#x63C0;</p>  <!-- Display: 揀 -->

URL Encoding:

// 揀 URL encoding
https://unicodefinder.com/search.php?query=%E6%8F%80

Encodings

MD5:

e4c846a449e6f86e9d5bf0fc2fba38a4

SHA1:

eb42237c4f0c62e8c8c432e31df062e5f4a142e2

Base64:

5o+A