Unicode Finder

"蚜" U+869C(CJK UNIFIED IDEOGRAPH-869C)

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

Programming

C
\u869C
JavaScript
\u869C
Java
\u869C
Json
\u869C
Python
\u869C
Perl
\x{869C}
PHP
\x{869C}
Ruby
\u{869C}
Rust
\u{869C}
Go
\u869C

Web

CSS
\00869C
HtmlDecimal
蚜
HtmlHexadecimal
蚜
Url
%E8%9A%9C

Code

MD5
bf40d7428d38ee18dcce9bd649f094eb
Sha1
820c1adf73316baf1839ea09c8c3daeafc045915
Base64
6Jqc

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u869C';
console.log(char);  // Output: 蚜

Java:

char c = '\u869C';
System.out.println(c);  // Output: 蚜

JSON:

{"text": "\u869C"}  // Value: 蚜

Python:

char = '\u869C'
print(char)  # Output: 蚜

Perl:

my $char = "\x{869C}";
print $char;  # Output: 蚜

PHP:

$char = "\x{869C}";
echo $char;  // Output: 蚜

Ruby:

char = "\u{869C}"
puts char  # Output: 蚜

Rust:

let c = '\u{869C}';
println!("{}", c);  // Output: 蚜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00869C";  /* Display: 蚜 */
}

HTML Decimal:

<p>HTML decimal: &#34460;</p>  <!-- Display: 蚜 -->

HTML Hexadecimal:

<p>HTML hex: &#x869C;</p>  <!-- Display: 蚜 -->

URL Encoding:

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

Encodings

MD5:

bf40d7428d38ee18dcce9bd649f094eb

SHA1:

820c1adf73316baf1839ea09c8c3daeafc045915

Base64:

6Jqc