Unicode Finder

"脼" U+813C(CJK UNIFIED IDEOGRAPH-813C)

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

Programming

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

Web

CSS
\00813C
HtmlDecimal
脼
HtmlHexadecimal
脼
Url
%E8%84%BC

Code

MD5
4dd37a741fb9d101fe491562f9263da7
Sha1
95a79fdf3176b22abeeeb1aa23d96e2fbd72f4db
Base64
6IS8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u813C';
console.log(char);  // Output: 脼

Java:

char c = '\u813C';
System.out.println(c);  // Output: 脼

JSON:

{"text": "\u813C"}  // Value: 脼

Python:

char = '\u813C'
print(char)  # Output: 脼

Perl:

my $char = "\x{813C}";
print $char;  # Output: 脼

PHP:

$char = "\x{813C}";
echo $char;  // Output: 脼

Ruby:

char = "\u{813C}"
puts char  # Output: 脼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33084;</p>  <!-- Display: 脼 -->

HTML Hexadecimal:

<p>HTML hex: &#x813C;</p>  <!-- Display: 脼 -->

URL Encoding:

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

Encodings

MD5:

4dd37a741fb9d101fe491562f9263da7

SHA1:

95a79fdf3176b22abeeeb1aa23d96e2fbd72f4db

Base64:

6IS8