Unicode Finder

"瘀" U+7600(CJK UNIFIED IDEOGRAPH-7600)

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

Programming

C
\u7600
JavaScript
\u7600
Java
\u7600
Json
\u7600
Python
\u7600
Perl
\x{7600}
PHP
\x{7600}
Ruby
\u{7600}
Rust
\u{7600}
Go
\u7600

Web

CSS
\007600
HtmlDecimal
瘀
HtmlHexadecimal
瘀
Url
%E7%98%80

Code

MD5
ea420e24d17cb45b0356d6e2f9571876
Sha1
8f3170505d5ecfcb7038669bab2bc1a54b245a57
Base64
55iA

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7600';
console.log(char);  // Output: 瘀

Java:

char c = '\u7600';
System.out.println(c);  // Output: 瘀

JSON:

{"text": "\u7600"}  // Value: 瘀

Python:

char = '\u7600'
print(char)  # Output: 瘀

Perl:

my $char = "\x{7600}";
print $char;  # Output: 瘀

PHP:

$char = "\x{7600}";
echo $char;  // Output: 瘀

Ruby:

char = "\u{7600}"
puts char  # Output: 瘀

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007600";  /* Display: 瘀 */
}

HTML Decimal:

<p>HTML decimal: &#30208;</p>  <!-- Display: 瘀 -->

HTML Hexadecimal:

<p>HTML hex: &#x7600;</p>  <!-- Display: 瘀 -->

URL Encoding:

// 瘀 URL encoding
https://unicodefinder.com/search.php?query=%E7%98%80

Encodings

MD5:

ea420e24d17cb45b0356d6e2f9571876

SHA1:

8f3170505d5ecfcb7038669bab2bc1a54b245a57

Base64:

55iA