Unicode Finder

"胴" U+80F4(CJK UNIFIED IDEOGRAPH-80F4)

U+80F4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-80F4

Programming

C
\u80F4
JavaScript
\u80F4
Java
\u80F4
Json
\u80F4
Python
\u80F4
Perl
\x{80F4}
PHP
\x{80F4}
Ruby
\u{80F4}
Rust
\u{80F4}
Go
\u80F4

Web

CSS
\0080F4
HtmlDecimal
胴
HtmlHexadecimal
胴
Url
%E8%83%B4

Code

MD5
9b0de0c55f5b555f027b632bcdb30d24
Sha1
a4bada062e2ade5cf5d793673cccc0239c2f366f
Base64
6IO0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u80F4';
console.log(char);  // Output: 胴

Java:

char c = '\u80F4';
System.out.println(c);  // Output: 胴

JSON:

{"text": "\u80F4"}  // Value: 胴

Python:

char = '\u80F4'
print(char)  # Output: 胴

Perl:

my $char = "\x{80F4}";
print $char;  # Output: 胴

PHP:

$char = "\x{80F4}";
echo $char;  // Output: 胴

Ruby:

char = "\u{80F4}"
puts char  # Output: 胴

Rust:

let c = '\u{80F4}';
println!("{}", c);  // Output: 胴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0080F4";  /* Display: 胴 */
}

HTML Decimal:

<p>HTML decimal: &#33012;</p>  <!-- Display: 胴 -->

HTML Hexadecimal:

<p>HTML hex: &#x80F4;</p>  <!-- Display: 胴 -->

URL Encoding:

// 胴 URL encoding
https://unicodefinder.com/search.php?query=%E8%83%B4

Encodings

MD5:

9b0de0c55f5b555f027b632bcdb30d24

SHA1:

a4bada062e2ade5cf5d793673cccc0239c2f366f

Base64:

6IO0