Unicode Finder

"虧" U+8667(CJK UNIFIED IDEOGRAPH-8667)

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

Programming

C
\u8667
JavaScript
\u8667
Java
\u8667
Json
\u8667
Python
\u8667
Perl
\x{8667}
PHP
\x{8667}
Ruby
\u{8667}
Rust
\u{8667}
Go
\u8667

Web

CSS
\008667
HtmlDecimal
虧
HtmlHexadecimal
虧
Url
%E8%99%A7

Code

MD5
dcdd172e195feead6e20cde5f16449ff
Sha1
b6d6a56a0e0cd97b2b811a9e9a89f8ed6432fcc0
Base64
6Jmn

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8667';
console.log(char);  // Output: 虧

Java:

char c = '\u8667';
System.out.println(c);  // Output: 虧

JSON:

{"text": "\u8667"}  // Value: 虧

Python:

char = '\u8667'
print(char)  # Output: 虧

Perl:

my $char = "\x{8667}";
print $char;  # Output: 虧

PHP:

$char = "\x{8667}";
echo $char;  // Output: 虧

Ruby:

char = "\u{8667}"
puts char  # Output: 虧

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008667";  /* Display: 虧 */
}

HTML Decimal:

<p>HTML decimal: &#34407;</p>  <!-- Display: 虧 -->

HTML Hexadecimal:

<p>HTML hex: &#x8667;</p>  <!-- Display: 虧 -->

URL Encoding:

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

Encodings

MD5:

dcdd172e195feead6e20cde5f16449ff

SHA1:

b6d6a56a0e0cd97b2b811a9e9a89f8ed6432fcc0

Base64:

6Jmn