Unicode Finder

"揞" U+63DE(CJK UNIFIED IDEOGRAPH-63DE)

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

Programming

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

Web

CSS
\0063DE
HtmlDecimal
揞
HtmlHexadecimal
揞
Url
%E6%8F%9E

Code

MD5
a4a352b9238c9a6c24838e6a85e1a818
Sha1
a92d92fcd59ffc3d1c38346e6b93b04e64f888cc
Base64
5o+e

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63DE';
console.log(char);  // Output: 揞

Java:

char c = '\u63DE';
System.out.println(c);  // Output: 揞

JSON:

{"text": "\u63DE"}  // Value: 揞

Python:

char = '\u63DE'
print(char)  # Output: 揞

Perl:

my $char = "\x{63DE}";
print $char;  # Output: 揞

PHP:

$char = "\x{63DE}";
echo $char;  // Output: 揞

Ruby:

char = "\u{63DE}"
puts char  # Output: 揞

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25566;</p>  <!-- Display: 揞 -->

HTML Hexadecimal:

<p>HTML hex: &#x63DE;</p>  <!-- Display: 揞 -->

URL Encoding:

// 揞 URL encoding
https://unicodefinder.com/search.php?query=%E6%8F%9E

Encodings

MD5:

a4a352b9238c9a6c24838e6a85e1a818

SHA1:

a92d92fcd59ffc3d1c38346e6b93b04e64f888cc

Base64:

5o+e