Unicode Finder

"皖" U+7696(CJK UNIFIED IDEOGRAPH-7696)

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

Programming

C
\u7696
JavaScript
\u7696
Java
\u7696
Json
\u7696
Python
\u7696
Perl
\x{7696}
PHP
\x{7696}
Ruby
\u{7696}
Rust
\u{7696}
Go
\u7696

Web

CSS
\007696
HtmlDecimal
皖
HtmlHexadecimal
皖
Url
%E7%9A%96

Code

MD5
7cf42613754f15760385a70352f6ee6d
Sha1
b00e83215cae4d8d1f40d7b04438146149c08148
Base64
55qW

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7696';
console.log(char);  // Output: 皖

Java:

char c = '\u7696';
System.out.println(c);  // Output: 皖

JSON:

{"text": "\u7696"}  // Value: 皖

Python:

char = '\u7696'
print(char)  # Output: 皖

Perl:

my $char = "\x{7696}";
print $char;  # Output: 皖

PHP:

$char = "\x{7696}";
echo $char;  // Output: 皖

Ruby:

char = "\u{7696}"
puts char  # Output: 皖

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007696";  /* Display: 皖 */
}

HTML Decimal:

<p>HTML decimal: &#30358;</p>  <!-- Display: 皖 -->

HTML Hexadecimal:

<p>HTML hex: &#x7696;</p>  <!-- Display: 皖 -->

URL Encoding:

// 皖 URL encoding
https://unicodefinder.com/search.php?query=%E7%9A%96

Encodings

MD5:

7cf42613754f15760385a70352f6ee6d

SHA1:

b00e83215cae4d8d1f40d7b04438146149c08148

Base64:

55qW