Unicode Finder

"蚗" U+8697(CJK UNIFIED IDEOGRAPH-8697)

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

Programming

C
\u8697
JavaScript
\u8697
Java
\u8697
Json
\u8697
Python
\u8697
Perl
\x{8697}
PHP
\x{8697}
Ruby
\u{8697}
Rust
\u{8697}
Go
\u8697

Web

CSS
\008697
HtmlDecimal
蚗
HtmlHexadecimal
蚗
Url
%E8%9A%97

Code

MD5
33a63a44011ef8be212951231eaf23e2
Sha1
497fa8a1ea49657ae90e3f0d17befc41b7dc819f
Base64
6JqX

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8697';
console.log(char);  // Output: 蚗

Java:

char c = '\u8697';
System.out.println(c);  // Output: 蚗

JSON:

{"text": "\u8697"}  // Value: 蚗

Python:

char = '\u8697'
print(char)  # Output: 蚗

Perl:

my $char = "\x{8697}";
print $char;  # Output: 蚗

PHP:

$char = "\x{8697}";
echo $char;  // Output: 蚗

Ruby:

char = "\u{8697}"
puts char  # Output: 蚗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008697";  /* Display: 蚗 */
}

HTML Decimal:

<p>HTML decimal: &#34455;</p>  <!-- Display: 蚗 -->

HTML Hexadecimal:

<p>HTML hex: &#x8697;</p>  <!-- Display: 蚗 -->

URL Encoding:

// 蚗 URL encoding
https://unicodefinder.com/search.php?query=%E8%9A%97

Encodings

MD5:

33a63a44011ef8be212951231eaf23e2

SHA1:

497fa8a1ea49657ae90e3f0d17befc41b7dc819f

Base64:

6JqX