Unicode Finder

"腶" U+8176(CJK UNIFIED IDEOGRAPH-8176)

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

Programming

C
\u8176
JavaScript
\u8176
Java
\u8176
Json
\u8176
Python
\u8176
Perl
\x{8176}
PHP
\x{8176}
Ruby
\u{8176}
Rust
\u{8176}
Go
\u8176

Web

CSS
\008176
HtmlDecimal
腶
HtmlHexadecimal
腶
Url
%E8%85%B6

Code

MD5
3f65ac21ceedf6a7fdeddb4698b5d1c6
Sha1
d11b6dae5f86bcbd4384ad9081859ce3ae362d4d
Base64
6IW2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8176';
console.log(char);  // Output: 腶

Java:

char c = '\u8176';
System.out.println(c);  // Output: 腶

JSON:

{"text": "\u8176"}  // Value: 腶

Python:

char = '\u8176'
print(char)  # Output: 腶

Perl:

my $char = "\x{8176}";
print $char;  # Output: 腶

PHP:

$char = "\x{8176}";
echo $char;  // Output: 腶

Ruby:

char = "\u{8176}"
puts char  # Output: 腶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008176";  /* Display: 腶 */
}

HTML Decimal:

<p>HTML decimal: &#33142;</p>  <!-- Display: 腶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8176;</p>  <!-- Display: 腶 -->

URL Encoding:

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

Encodings

MD5:

3f65ac21ceedf6a7fdeddb4698b5d1c6

SHA1:

d11b6dae5f86bcbd4384ad9081859ce3ae362d4d

Base64:

6IW2