Unicode Finder

"脾" U+813E(CJK UNIFIED IDEOGRAPH-813E)

U+813E
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-813E

Programming

C
\u813E
JavaScript
\u813E
Java
\u813E
Json
\u813E
Python
\u813E
Perl
\x{813E}
PHP
\x{813E}
Ruby
\u{813E}
Rust
\u{813E}
Go
\u813E

Web

CSS
\00813E
HtmlDecimal
脾
HtmlHexadecimal
脾
Url
%E8%84%BE

Code

MD5
3b0fc21565445959cae9e8fe9f635c3a
Sha1
4a96fa4ec620501b787e9e874cabfd4b88d2bca7
Base64
6IS+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u813E';
console.log(char);  // Output: 脾

Java:

char c = '\u813E';
System.out.println(c);  // Output: 脾

JSON:

{"text": "\u813E"}  // Value: 脾

Python:

char = '\u813E'
print(char)  # Output: 脾

Perl:

my $char = "\x{813E}";
print $char;  # Output: 脾

PHP:

$char = "\x{813E}";
echo $char;  // Output: 脾

Ruby:

char = "\u{813E}"
puts char  # Output: 脾

Rust:

let c = '\u{813E}';
println!("{}", c);  // Output: 脾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00813E";  /* Display: 脾 */
}

HTML Decimal:

<p>HTML decimal: &#33086;</p>  <!-- Display: 脾 -->

HTML Hexadecimal:

<p>HTML hex: &#x813E;</p>  <!-- Display: 脾 -->

URL Encoding:

// 脾 URL encoding
https://unicodefinder.com/search.php?query=%E8%84%BE

Encodings

MD5:

3b0fc21565445959cae9e8fe9f635c3a

SHA1:

4a96fa4ec620501b787e9e874cabfd4b88d2bca7

Base64:

6IS+