Unicode Finder

"蠷" U+8837(CJK UNIFIED IDEOGRAPH-8837)

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

Programming

C
\u8837
JavaScript
\u8837
Java
\u8837
Json
\u8837
Python
\u8837
Perl
\x{8837}
PHP
\x{8837}
Ruby
\u{8837}
Rust
\u{8837}
Go
\u8837

Web

CSS
\008837
HtmlDecimal
蠷
HtmlHexadecimal
蠷
Url
%E8%A0%B7

Code

MD5
bc404482b41ae75469d7ae407837d692
Sha1
62c3a2e4f064619c5b96431f216271b6a69081cd
Base64
6KC3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8837';
console.log(char);  // Output: 蠷

Java:

char c = '\u8837';
System.out.println(c);  // Output: 蠷

JSON:

{"text": "\u8837"}  // Value: 蠷

Python:

char = '\u8837'
print(char)  # Output: 蠷

Perl:

my $char = "\x{8837}";
print $char;  # Output: 蠷

PHP:

$char = "\x{8837}";
echo $char;  // Output: 蠷

Ruby:

char = "\u{8837}"
puts char  # Output: 蠷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008837";  /* Display: 蠷 */
}

HTML Decimal:

<p>HTML decimal: &#34871;</p>  <!-- Display: 蠷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8837;</p>  <!-- Display: 蠷 -->

URL Encoding:

// 蠷 URL encoding
https://unicodefinder.com/search.php?query=%E8%A0%B7

Encodings

MD5:

bc404482b41ae75469d7ae407837d692

SHA1:

62c3a2e4f064619c5b96431f216271b6a69081cd

Base64:

6KC3