Unicode Finder

"揰" U+63F0(CJK UNIFIED IDEOGRAPH-63F0)

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

Programming

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

Web

CSS
\0063F0
HtmlDecimal
揰
HtmlHexadecimal
揰
Url
%E6%8F%B0

Code

MD5
9783ff36373c1995dca164ca6d8b559d
Sha1
403db7db2b2b37ddc3752e9da33a3963a6bfae5b
Base64
5o+w

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u63F0';
console.log(char);  // Output: 揰

Java:

char c = '\u63F0';
System.out.println(c);  // Output: 揰

JSON:

{"text": "\u63F0"}  // Value: 揰

Python:

char = '\u63F0'
print(char)  # Output: 揰

Perl:

my $char = "\x{63F0}";
print $char;  # Output: 揰

PHP:

$char = "\x{63F0}";
echo $char;  // Output: 揰

Ruby:

char = "\u{63F0}"
puts char  # Output: 揰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25584;</p>  <!-- Display: 揰 -->

HTML Hexadecimal:

<p>HTML hex: &#x63F0;</p>  <!-- Display: 揰 -->

URL Encoding:

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

Encodings

MD5:

9783ff36373c1995dca164ca6d8b559d

SHA1:

403db7db2b2b37ddc3752e9da33a3963a6bfae5b

Base64:

5o+w