Unicode Finder

"揌" U+63CC(CJK UNIFIED IDEOGRAPH-63CC)

U+63CC
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-63CC

Programming

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

Web

CSS
\0063CC
HtmlDecimal
揌
HtmlHexadecimal
揌
Url
%E6%8F%8C

Code

MD5
a5802820c5f3562c745ad063c561c27c
Sha1
dcf529c19b7b0bf798d33569c96314f56e1b4ad0
Base64
5o+M

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u63CC';
console.log(char);  // Output: 揌

Java:

char c = '\u63CC';
System.out.println(c);  // Output: 揌

JSON:

{"text": "\u63CC"}  // Value: 揌

Python:

char = '\u63CC'
print(char)  # Output: 揌

Perl:

my $char = "\x{63CC}";
print $char;  # Output: 揌

PHP:

$char = "\x{63CC}";
echo $char;  // Output: 揌

Ruby:

char = "\u{63CC}"
puts char  # Output: 揌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25548;</p>  <!-- Display: 揌 -->

HTML Hexadecimal:

<p>HTML hex: &#x63CC;</p>  <!-- Display: 揌 -->

URL Encoding:

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

Encodings

MD5:

a5802820c5f3562c745ad063c561c27c

SHA1:

dcf529c19b7b0bf798d33569c96314f56e1b4ad0

Base64:

5o+M