Unicode Finder

"虀" U+8640(CJK UNIFIED IDEOGRAPH-8640)

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

Programming

C
\u8640
JavaScript
\u8640
Java
\u8640
Json
\u8640
Python
\u8640
Perl
\x{8640}
PHP
\x{8640}
Ruby
\u{8640}
Rust
\u{8640}
Go
\u8640

Web

CSS
\008640
HtmlDecimal
虀
HtmlHexadecimal
虀
Url
%E8%99%80

Code

MD5
c1515dcd09028ada056bdab5097c3c22
Sha1
ffd96fbe7172af1e9aee8ec1873be76d19826642
Base64
6JmA

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8640';
console.log(char);  // Output: 虀

Java:

char c = '\u8640';
System.out.println(c);  // Output: 虀

JSON:

{"text": "\u8640"}  // Value: 虀

Python:

char = '\u8640'
print(char)  # Output: 虀

Perl:

my $char = "\x{8640}";
print $char;  # Output: 虀

PHP:

$char = "\x{8640}";
echo $char;  // Output: 虀

Ruby:

char = "\u{8640}"
puts char  # Output: 虀

Rust:

let c = '\u{8640}';
println!("{}", c);  // Output: 虀

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008640";  /* Display: 虀 */
}

HTML Decimal:

<p>HTML decimal: &#34368;</p>  <!-- Display: 虀 -->

HTML Hexadecimal:

<p>HTML hex: &#x8640;</p>  <!-- Display: 虀 -->

URL Encoding:

// 虀 URL encoding
https://unicodefinder.com/search.php?query=%E8%99%80

Encodings

MD5:

c1515dcd09028ada056bdab5097c3c22

SHA1:

ffd96fbe7172af1e9aee8ec1873be76d19826642

Base64:

6JmA