Unicode Finder

"揷" U+63F7(CJK UNIFIED IDEOGRAPH-63F7)

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

Programming

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

Web

CSS
\0063F7
HtmlDecimal
揷
HtmlHexadecimal
揷
Url
%E6%8F%B7

Code

MD5
b77f43e6477249fc1ccc768d4fd7f775
Sha1
0f8c546afef0a41804cfe36e4dd4751404a948f6
Base64
5o+3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63F7';
console.log(char);  // Output: 揷

Java:

char c = '\u63F7';
System.out.println(c);  // Output: 揷

JSON:

{"text": "\u63F7"}  // Value: 揷

Python:

char = '\u63F7'
print(char)  # Output: 揷

Perl:

my $char = "\x{63F7}";
print $char;  # Output: 揷

PHP:

$char = "\x{63F7}";
echo $char;  // Output: 揷

Ruby:

char = "\u{63F7}"
puts char  # Output: 揷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25591;</p>  <!-- Display: 揷 -->

HTML Hexadecimal:

<p>HTML hex: &#x63F7;</p>  <!-- Display: 揷 -->

URL Encoding:

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

Encodings

MD5:

b77f43e6477249fc1ccc768d4fd7f775

SHA1:

0f8c546afef0a41804cfe36e4dd4751404a948f6

Base64:

5o+3