Unicode Finder

"虶" U+8676(CJK UNIFIED IDEOGRAPH-8676)

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

Programming

C
\u8676
JavaScript
\u8676
Java
\u8676
Json
\u8676
Python
\u8676
Perl
\x{8676}
PHP
\x{8676}
Ruby
\u{8676}
Rust
\u{8676}
Go
\u8676

Web

CSS
\008676
HtmlDecimal
虶
HtmlHexadecimal
虶
Url
%E8%99%B6

Code

MD5
737fa69caeaa6303ed9ff43524173c14
Sha1
c5e003f5c97e2a4d995704f05c4dcf8864f8a3e7
Base64
6Jm2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8676';
console.log(char);  // Output: 虶

Java:

char c = '\u8676';
System.out.println(c);  // Output: 虶

JSON:

{"text": "\u8676"}  // Value: 虶

Python:

char = '\u8676'
print(char)  # Output: 虶

Perl:

my $char = "\x{8676}";
print $char;  # Output: 虶

PHP:

$char = "\x{8676}";
echo $char;  // Output: 虶

Ruby:

char = "\u{8676}"
puts char  # Output: 虶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008676";  /* Display: 虶 */
}

HTML Decimal:

<p>HTML decimal: &#34422;</p>  <!-- Display: 虶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8676;</p>  <!-- Display: 虶 -->

URL Encoding:

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

Encodings

MD5:

737fa69caeaa6303ed9ff43524173c14

SHA1:

c5e003f5c97e2a4d995704f05c4dcf8864f8a3e7

Base64:

6Jm2