Unicode Finder

"擳" U+64F3(CJK UNIFIED IDEOGRAPH-64F3)

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

Programming

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

Web

CSS
\0064F3
HtmlDecimal
擳
HtmlHexadecimal
擳
Url
%E6%93%B3

Code

MD5
eab028e89f1cb24e915c02608205ea92
Sha1
cc202d73a15bffa9cfd1de086ee9ff2095d69221
Base64
5pOz

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64F3';
console.log(char);  // Output: 擳

Java:

char c = '\u64F3';
System.out.println(c);  // Output: 擳

JSON:

{"text": "\u64F3"}  // Value: 擳

Python:

char = '\u64F3'
print(char)  # Output: 擳

Perl:

my $char = "\x{64F3}";
print $char;  # Output: 擳

PHP:

$char = "\x{64F3}";
echo $char;  // Output: 擳

Ruby:

char = "\u{64F3}"
puts char  # Output: 擳

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25843;</p>  <!-- Display: 擳 -->

HTML Hexadecimal:

<p>HTML hex: &#x64F3;</p>  <!-- Display: 擳 -->

URL Encoding:

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

Encodings

MD5:

eab028e89f1cb24e915c02608205ea92

SHA1:

cc202d73a15bffa9cfd1de086ee9ff2095d69221

Base64:

5pOz