Unicode Finder

"脶" U+8136(CJK UNIFIED IDEOGRAPH-8136)

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

Programming

C
\u8136
JavaScript
\u8136
Java
\u8136
Json
\u8136
Python
\u8136
Perl
\x{8136}
PHP
\x{8136}
Ruby
\u{8136}
Rust
\u{8136}
Go
\u8136

Web

CSS
\008136
HtmlDecimal
脶
HtmlHexadecimal
脶
Url
%E8%84%B6

Code

MD5
d8283108f7c78f51ff2b41239ac3adb1
Sha1
2d1bfa4fc31c4acd7800c8dd7155af723eb55d8b
Base64
6IS2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8136';
console.log(char);  // Output: 脶

Java:

char c = '\u8136';
System.out.println(c);  // Output: 脶

JSON:

{"text": "\u8136"}  // Value: 脶

Python:

char = '\u8136'
print(char)  # Output: 脶

Perl:

my $char = "\x{8136}";
print $char;  # Output: 脶

PHP:

$char = "\x{8136}";
echo $char;  // Output: 脶

Ruby:

char = "\u{8136}"
puts char  # Output: 脶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008136";  /* Display: 脶 */
}

HTML Decimal:

<p>HTML decimal: &#33078;</p>  <!-- Display: 脶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8136;</p>  <!-- Display: 脶 -->

URL Encoding:

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

Encodings

MD5:

d8283108f7c78f51ff2b41239ac3adb1

SHA1:

2d1bfa4fc31c4acd7800c8dd7155af723eb55d8b

Base64:

6IS2