Unicode Finder

"腹" U+8179(CJK UNIFIED IDEOGRAPH-8179)

U+8179
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8179

Programming

C
\u8179
JavaScript
\u8179
Java
\u8179
Json
\u8179
Python
\u8179
Perl
\x{8179}
PHP
\x{8179}
Ruby
\u{8179}
Rust
\u{8179}
Go
\u8179

Web

CSS
\008179
HtmlDecimal
腹
HtmlHexadecimal
腹
Url
%E8%85%B9

Code

MD5
28ea2915f4cd745553cefde338153ec8
Sha1
4b7774b789941341cec50700ee70f43e0127e684
Base64
6IW5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8179';
console.log(char);  // Output: 腹

Java:

char c = '\u8179';
System.out.println(c);  // Output: 腹

JSON:

{"text": "\u8179"}  // Value: 腹

Python:

char = '\u8179'
print(char)  # Output: 腹

Perl:

my $char = "\x{8179}";
print $char;  # Output: 腹

PHP:

$char = "\x{8179}";
echo $char;  // Output: 腹

Ruby:

char = "\u{8179}"
puts char  # Output: 腹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008179";  /* Display: 腹 */
}

HTML Decimal:

<p>HTML decimal: &#33145;</p>  <!-- Display: 腹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8179;</p>  <!-- Display: 腹 -->

URL Encoding:

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

Encodings

MD5:

28ea2915f4cd745553cefde338153ec8

SHA1:

4b7774b789941341cec50700ee70f43e0127e684

Base64:

6IW5