Unicode Finder

"苏" U+82CF(CJK UNIFIED IDEOGRAPH-82CF)

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

Programming

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

Web

CSS
\0082CF
HtmlDecimal
苏
HtmlHexadecimal
苏
Url
%E8%8B%8F

Code

MD5
52d91cf514b0bfdf295ca42dc7a44562
Sha1
7eb8b388047c839ee795be55aacefecd4b37df7a
Base64
6IuP

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u82CF';
console.log(char);  // Output: 苏

Java:

char c = '\u82CF';
System.out.println(c);  // Output: 苏

JSON:

{"text": "\u82CF"}  // Value: 苏

Python:

char = '\u82CF'
print(char)  # Output: 苏

Perl:

my $char = "\x{82CF}";
print $char;  # Output: 苏

PHP:

$char = "\x{82CF}";
echo $char;  // Output: 苏

Ruby:

char = "\u{82CF}"
puts char  # Output: 苏

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33487;</p>  <!-- Display: 苏 -->

HTML Hexadecimal:

<p>HTML hex: &#x82CF;</p>  <!-- Display: 苏 -->

URL Encoding:

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

Encodings

MD5:

52d91cf514b0bfdf295ca42dc7a44562

SHA1:

7eb8b388047c839ee795be55aacefecd4b37df7a

Base64:

6IuP

© 2025 Unicode Finder

苏 U+82CF CJK UNIFIED IDEOGRAPH-82CF Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me