Unicode Finder

"芆" U+8286(CJK UNIFIED IDEOGRAPH-8286)

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

Programming

C
\u8286
JavaScript
\u8286
Java
\u8286
Json
\u8286
Python
\u8286
Perl
\x{8286}
PHP
\x{8286}
Ruby
\u{8286}
Rust
\u{8286}
Go
\u8286

Web

CSS
\008286
HtmlDecimal
芆
HtmlHexadecimal
芆
Url
%E8%8A%86

Code

MD5
75a77e6cdef386b0ef4e4206a1df66e9
Sha1
0299da16a2f2e26c9f9920b0d0b1b38288168f07
Base64
6IqG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8286';
console.log(char);  // Output: 芆

Java:

char c = '\u8286';
System.out.println(c);  // Output: 芆

JSON:

{"text": "\u8286"}  // Value: 芆

Python:

char = '\u8286'
print(char)  # Output: 芆

Perl:

my $char = "\x{8286}";
print $char;  # Output: 芆

PHP:

$char = "\x{8286}";
echo $char;  // Output: 芆

Ruby:

char = "\u{8286}"
puts char  # Output: 芆

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008286";  /* Display: 芆 */
}

HTML Decimal:

<p>HTML decimal: &#33414;</p>  <!-- Display: 芆 -->

HTML Hexadecimal:

<p>HTML hex: &#x8286;</p>  <!-- Display: 芆 -->

URL Encoding:

// 芆 URL encoding
https://unicodefinder.com/search.php?query=%E8%8A%86

Encodings

MD5:

75a77e6cdef386b0ef4e4206a1df66e9

SHA1:

0299da16a2f2e26c9f9920b0d0b1b38288168f07

Base64:

6IqG