Unicode Finder

"揝" U+63DD(CJK UNIFIED IDEOGRAPH-63DD)

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

Programming

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

Web

CSS
\0063DD
HtmlDecimal
揝
HtmlHexadecimal
揝
Url
%E6%8F%9D

Code

MD5
2605d882af4599fa527f0431ee0c1fb2
Sha1
ac905585963bd3d6621280671e17d803bc2d316b
Base64
5o+d

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63DD';
console.log(char);  // Output: 揝

Java:

char c = '\u63DD';
System.out.println(c);  // Output: 揝

JSON:

{"text": "\u63DD"}  // Value: 揝

Python:

char = '\u63DD'
print(char)  # Output: 揝

Perl:

my $char = "\x{63DD}";
print $char;  # Output: 揝

PHP:

$char = "\x{63DD}";
echo $char;  // Output: 揝

Ruby:

char = "\u{63DD}"
puts char  # Output: 揝

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25565;</p>  <!-- Display: 揝 -->

HTML Hexadecimal:

<p>HTML hex: &#x63DD;</p>  <!-- Display: 揝 -->

URL Encoding:

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

Encodings

MD5:

2605d882af4599fa527f0431ee0c1fb2

SHA1:

ac905585963bd3d6621280671e17d803bc2d316b

Base64:

5o+d