Unicode Finder

"茐" U+8310(CJK UNIFIED IDEOGRAPH-8310)

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

Programming

C
\u8310
JavaScript
\u8310
Java
\u8310
Json
\u8310
Python
\u8310
Perl
\x{8310}
PHP
\x{8310}
Ruby
\u{8310}
Rust
\u{8310}
Go
\u8310

Web

CSS
\008310
HtmlDecimal
茐
HtmlHexadecimal
茐
Url
%E8%8C%90

Code

MD5
51d292026e17557586d3d4ed43a456a9
Sha1
96837a7e03251d30d6d2a2c6fdfd4d20375296af
Base64
6IyQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8310';
console.log(char);  // Output: 茐

Java:

char c = '\u8310';
System.out.println(c);  // Output: 茐

JSON:

{"text": "\u8310"}  // Value: 茐

Python:

char = '\u8310'
print(char)  # Output: 茐

Perl:

my $char = "\x{8310}";
print $char;  # Output: 茐

PHP:

$char = "\x{8310}";
echo $char;  // Output: 茐

Ruby:

char = "\u{8310}"
puts char  # Output: 茐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008310";  /* Display: 茐 */
}

HTML Decimal:

<p>HTML decimal: &#33552;</p>  <!-- Display: 茐 -->

HTML Hexadecimal:

<p>HTML hex: &#x8310;</p>  <!-- Display: 茐 -->

URL Encoding:

// 茐 URL encoding
https://unicodefinder.com/search.php?query=%E8%8C%90

Encodings

MD5:

51d292026e17557586d3d4ed43a456a9

SHA1:

96837a7e03251d30d6d2a2c6fdfd4d20375296af

Base64:

6IyQ