Unicode Finder

"苄" U+82C4(CJK UNIFIED IDEOGRAPH-82C4)

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

Programming

C
\u82C4
JavaScript
\u82C4
Java
\u82C4
Json
\u82C4
Python
\u82C4
Perl
\x{82C4}
PHP
\x{82C4}
Ruby
\u{82C4}
Rust
\u{82C4}
Go
\u82C4

Web

CSS
\0082C4
HtmlDecimal
苄
HtmlHexadecimal
苄
Url
%E8%8B%84

Code

MD5
8f046af8d94075b821cc1b058a2e9faf
Sha1
6874276b08d7a7dd0d823ea5439fd9b3e0b0be55
Base64
6IuE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u82C4';
console.log(char);  // Output: 苄

Java:

char c = '\u82C4';
System.out.println(c);  // Output: 苄

JSON:

{"text": "\u82C4"}  // Value: 苄

Python:

char = '\u82C4'
print(char)  # Output: 苄

Perl:

my $char = "\x{82C4}";
print $char;  # Output: 苄

PHP:

$char = "\x{82C4}";
echo $char;  // Output: 苄

Ruby:

char = "\u{82C4}"
puts char  # Output: 苄

Rust:

let c = '\u{82C4}';
println!("{}", c);  // Output: 苄

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0082C4";  /* Display: 苄 */
}

HTML Decimal:

<p>HTML decimal: &#33476;</p>  <!-- Display: 苄 -->

HTML Hexadecimal:

<p>HTML hex: &#x82C4;</p>  <!-- Display: 苄 -->

URL Encoding:

// 苄 URL encoding
https://unicodefinder.com/search.php?query=%E8%8B%84

Encodings

MD5:

8f046af8d94075b821cc1b058a2e9faf

SHA1:

6874276b08d7a7dd0d823ea5439fd9b3e0b0be55

Base64:

6IuE

© 2025 Unicode Finder

苄 U+82C4 CJK UNIFIED IDEOGRAPH-82C4 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me