Unicode Finder

"蘗" U+8617(CJK UNIFIED IDEOGRAPH-8617)

U+8617
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8617

Programming

C
\u8617
JavaScript
\u8617
Java
\u8617
Json
\u8617
Python
\u8617
Perl
\x{8617}
PHP
\x{8617}
Ruby
\u{8617}
Rust
\u{8617}
Go
\u8617

Web

CSS
\008617
HtmlDecimal
蘗
HtmlHexadecimal
蘗
Url
%E8%98%97

Code

MD5
1e65b342be23e8c7c346e9086b7f2af0
Sha1
08ddb89b53d93b2632e90e29cf05a127b8b8c274
Base64
6JiX

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8617';
console.log(char);  // Output: 蘗

Java:

char c = '\u8617';
System.out.println(c);  // Output: 蘗

JSON:

{"text": "\u8617"}  // Value: 蘗

Python:

char = '\u8617'
print(char)  # Output: 蘗

Perl:

my $char = "\x{8617}";
print $char;  # Output: 蘗

PHP:

$char = "\x{8617}";
echo $char;  // Output: 蘗

Ruby:

char = "\u{8617}"
puts char  # Output: 蘗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008617";  /* Display: 蘗 */
}

HTML Decimal:

<p>HTML decimal: &#34327;</p>  <!-- Display: 蘗 -->

HTML Hexadecimal:

<p>HTML hex: &#x8617;</p>  <!-- Display: 蘗 -->

URL Encoding:

// 蘗 URL encoding
https://unicodefinder.com/search.php?query=%E8%98%97

Encodings

MD5:

1e65b342be23e8c7c346e9086b7f2af0

SHA1:

08ddb89b53d93b2632e90e29cf05a127b8b8c274

Base64:

6JiX