Unicode Finder

"瘖" U+7616(CJK UNIFIED IDEOGRAPH-7616)

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

Programming

C
\u7616
JavaScript
\u7616
Java
\u7616
Json
\u7616
Python
\u7616
Perl
\x{7616}
PHP
\x{7616}
Ruby
\u{7616}
Rust
\u{7616}
Go
\u7616

Web

CSS
\007616
HtmlDecimal
瘖
HtmlHexadecimal
瘖
Url
%E7%98%96

Code

MD5
aa6e441a3c3e5ac6ddf010771d330e41
Sha1
6a69ce4dc09b410bed484558dfef2fe07c364ce2
Base64
55iW

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7616';
console.log(char);  // Output: 瘖

Java:

char c = '\u7616';
System.out.println(c);  // Output: 瘖

JSON:

{"text": "\u7616"}  // Value: 瘖

Python:

char = '\u7616'
print(char)  # Output: 瘖

Perl:

my $char = "\x{7616}";
print $char;  # Output: 瘖

PHP:

$char = "\x{7616}";
echo $char;  // Output: 瘖

Ruby:

char = "\u{7616}"
puts char  # Output: 瘖

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007616";  /* Display: 瘖 */
}

HTML Decimal:

<p>HTML decimal: &#30230;</p>  <!-- Display: 瘖 -->

HTML Hexadecimal:

<p>HTML hex: &#x7616;</p>  <!-- Display: 瘖 -->

URL Encoding:

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

Encodings

MD5:

aa6e441a3c3e5ac6ddf010771d330e41

SHA1:

6a69ce4dc09b410bed484558dfef2fe07c364ce2

Base64:

55iW