Unicode Finder

"擿" U+64FF(CJK UNIFIED IDEOGRAPH-64FF)

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

Programming

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

Web

CSS
\0064FF
HtmlDecimal
擿
HtmlHexadecimal
擿
Url
%E6%93%BF

Code

MD5
73621ab5e5eb2833f8c29c6dd68499ba
Sha1
e5ab9a6f0c498c63532b0e04588e9de9560d735b
Base64
5pO/

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64FF';
console.log(char);  // Output: 擿

Java:

char c = '\u64FF';
System.out.println(c);  // Output: 擿

JSON:

{"text": "\u64FF"}  // Value: 擿

Python:

char = '\u64FF'
print(char)  # Output: 擿

Perl:

my $char = "\x{64FF}";
print $char;  # Output: 擿

PHP:

$char = "\x{64FF}";
echo $char;  // Output: 擿

Ruby:

char = "\u{64FF}"
puts char  # Output: 擿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25855;</p>  <!-- Display: 擿 -->

HTML Hexadecimal:

<p>HTML hex: &#x64FF;</p>  <!-- Display: 擿 -->

URL Encoding:

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

Encodings

MD5:

73621ab5e5eb2833f8c29c6dd68499ba

SHA1:

e5ab9a6f0c498c63532b0e04588e9de9560d735b

Base64:

5pO/