Unicode Finder

"擘" U+64D8(CJK UNIFIED IDEOGRAPH-64D8)

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

Programming

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

Web

CSS
\0064D8
HtmlDecimal
擘
HtmlHexadecimal
擘
Url
%E6%93%98

Code

MD5
ee696f036b48a09b90ef44b58a0f565e
Sha1
01ec021cfa747b008002cd452ce5db0938bb093f
Base64
5pOY

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u64D8';
console.log(char);  // Output: 擘

Java:

char c = '\u64D8';
System.out.println(c);  // Output: 擘

JSON:

{"text": "\u64D8"}  // Value: 擘

Python:

char = '\u64D8'
print(char)  # Output: 擘

Perl:

my $char = "\x{64D8}";
print $char;  # Output: 擘

PHP:

$char = "\x{64D8}";
echo $char;  // Output: 擘

Ruby:

char = "\u{64D8}"
puts char  # Output: 擘

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25816;</p>  <!-- Display: 擘 -->

HTML Hexadecimal:

<p>HTML hex: &#x64D8;</p>  <!-- Display: 擘 -->

URL Encoding:

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

Encodings

MD5:

ee696f036b48a09b90ef44b58a0f565e

SHA1:

01ec021cfa747b008002cd452ce5db0938bb093f

Base64:

5pOY