Unicode Finder

"擓" U+64D3(CJK UNIFIED IDEOGRAPH-64D3)

U+64D3
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-64D3

Programming

C
\u64D3
JavaScript
\u64D3
Java
\u64D3
Json
\u64D3
Python
\u64D3
Perl
\x{64D3}
PHP
\x{64D3}
Ruby
\u{64D3}
Rust
\u{64D3}
Go
\u64D3

Web

CSS
\0064D3
HtmlDecimal
擓
HtmlHexadecimal
擓
Url
%E6%93%93

Code

MD5
e08c4bbc5fc50cd5e88badbe4beea824
Sha1
65a4e2b8bf542c0efce1d26c97d78e092c0ede75
Base64
5pOT

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64D3';
console.log(char);  // Output: 擓

Java:

char c = '\u64D3';
System.out.println(c);  // Output: 擓

JSON:

{"text": "\u64D3"}  // Value: 擓

Python:

char = '\u64D3'
print(char)  # Output: 擓

Perl:

my $char = "\x{64D3}";
print $char;  # Output: 擓

PHP:

$char = "\x{64D3}";
echo $char;  // Output: 擓

Ruby:

char = "\u{64D3}"
puts char  # Output: 擓

Rust:

let c = '\u{64D3}';
println!("{}", c);  // Output: 擓

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0064D3";  /* Display: 擓 */
}

HTML Decimal:

<p>HTML decimal: &#25811;</p>  <!-- Display: 擓 -->

HTML Hexadecimal:

<p>HTML hex: &#x64D3;</p>  <!-- Display: 擓 -->

URL Encoding:

// 擓 URL encoding
https://unicodefinder.com/search.php?query=%E6%93%93

Encodings

MD5:

e08c4bbc5fc50cd5e88badbe4beea824

SHA1:

65a4e2b8bf542c0efce1d26c97d78e092c0ede75

Base64:

5pOT