Unicode Finder

"揽" U+63FD(CJK UNIFIED IDEOGRAPH-63FD)

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

Programming

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

Web

CSS
\0063FD
HtmlDecimal
揽
HtmlHexadecimal
揽
Url
%E6%8F%BD

Code

MD5
3f0330348f7f833544e8f383ccd54a1c
Sha1
045cf2e5c0eaa2f0042259ace2ec7dadd8ffde9a
Base64
5o+9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63FD';
console.log(char);  // Output: 揽

Java:

char c = '\u63FD';
System.out.println(c);  // Output: 揽

JSON:

{"text": "\u63FD"}  // Value: 揽

Python:

char = '\u63FD'
print(char)  # Output: 揽

Perl:

my $char = "\x{63FD}";
print $char;  # Output: 揽

PHP:

$char = "\x{63FD}";
echo $char;  // Output: 揽

Ruby:

char = "\u{63FD}"
puts char  # Output: 揽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25597;</p>  <!-- Display: 揽 -->

HTML Hexadecimal:

<p>HTML hex: &#x63FD;</p>  <!-- Display: 揽 -->

URL Encoding:

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

Encodings

MD5:

3f0330348f7f833544e8f383ccd54a1c

SHA1:

045cf2e5c0eaa2f0042259ace2ec7dadd8ffde9a

Base64:

5o+9