Unicode Finder

"揁" U+63C1(CJK UNIFIED IDEOGRAPH-63C1)

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

Programming

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

Web

CSS
\0063C1
HtmlDecimal
揁
HtmlHexadecimal
揁
Url
%E6%8F%81

Code

MD5
7b2d0a3adc81afc0d0df746d8da9fc8f
Sha1
e729250c84ca7ded8cdaae157802ad50c5107c9f
Base64
5o+B

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u63C1';
console.log(char);  // Output: 揁

Java:

char c = '\u63C1';
System.out.println(c);  // Output: 揁

JSON:

{"text": "\u63C1"}  // Value: 揁

Python:

char = '\u63C1'
print(char)  # Output: 揁

Perl:

my $char = "\x{63C1}";
print $char;  # Output: 揁

PHP:

$char = "\x{63C1}";
echo $char;  // Output: 揁

Ruby:

char = "\u{63C1}"
puts char  # Output: 揁

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25537;</p>  <!-- Display: 揁 -->

HTML Hexadecimal:

<p>HTML hex: &#x63C1;</p>  <!-- Display: 揁 -->

URL Encoding:

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

Encodings

MD5:

7b2d0a3adc81afc0d0df746d8da9fc8f

SHA1:

e729250c84ca7ded8cdaae157802ad50c5107c9f

Base64:

5o+B