Unicode Finder

"蠵" U+8835(CJK UNIFIED IDEOGRAPH-8835)

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

Programming

C
\u8835
JavaScript
\u8835
Java
\u8835
Json
\u8835
Python
\u8835
Perl
\x{8835}
PHP
\x{8835}
Ruby
\u{8835}
Rust
\u{8835}
Go
\u8835

Web

CSS
\008835
HtmlDecimal
蠵
HtmlHexadecimal
蠵
Url
%E8%A0%B5

Code

MD5
b1e72c9dc09cab27681c416d3cedd53f
Sha1
dc0df68ca019d573e99b901db8a65f3835efc8e2
Base64
6KC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8835';
console.log(char);  // Output: 蠵

Java:

char c = '\u8835';
System.out.println(c);  // Output: 蠵

JSON:

{"text": "\u8835"}  // Value: 蠵

Python:

char = '\u8835'
print(char)  # Output: 蠵

Perl:

my $char = "\x{8835}";
print $char;  # Output: 蠵

PHP:

$char = "\x{8835}";
echo $char;  // Output: 蠵

Ruby:

char = "\u{8835}"
puts char  # Output: 蠵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008835";  /* Display: 蠵 */
}

HTML Decimal:

<p>HTML decimal: &#34869;</p>  <!-- Display: 蠵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8835;</p>  <!-- Display: 蠵 -->

URL Encoding:

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

Encodings

MD5:

b1e72c9dc09cab27681c416d3cedd53f

SHA1:

dc0df68ca019d573e99b901db8a65f3835efc8e2

Base64:

6KC1