Unicode Finder

"脵" U+8135(CJK UNIFIED IDEOGRAPH-8135)

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

Programming

C
\u8135
JavaScript
\u8135
Java
\u8135
Json
\u8135
Python
\u8135
Perl
\x{8135}
PHP
\x{8135}
Ruby
\u{8135}
Rust
\u{8135}
Go
\u8135

Web

CSS
\008135
HtmlDecimal
脵
HtmlHexadecimal
脵
Url
%E8%84%B5

Code

MD5
39a5e3facd2f71ab6cfc831cfd61286c
Sha1
5ce040597db8cf023d36b991b4cb1ded73876ef8
Base64
6IS1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8135';
console.log(char);  // Output: 脵

Java:

char c = '\u8135';
System.out.println(c);  // Output: 脵

JSON:

{"text": "\u8135"}  // Value: 脵

Python:

char = '\u8135'
print(char)  # Output: 脵

Perl:

my $char = "\x{8135}";
print $char;  # Output: 脵

PHP:

$char = "\x{8135}";
echo $char;  // Output: 脵

Ruby:

char = "\u{8135}"
puts char  # Output: 脵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008135";  /* Display: 脵 */
}

HTML Decimal:

<p>HTML decimal: &#33077;</p>  <!-- Display: 脵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8135;</p>  <!-- Display: 脵 -->

URL Encoding:

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

Encodings

MD5:

39a5e3facd2f71ab6cfc831cfd61286c

SHA1:

5ce040597db8cf023d36b991b4cb1ded73876ef8

Base64:

6IS1