Unicode Finder

"苔" U+82D4(CJK UNIFIED IDEOGRAPH-82D4)

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

Programming

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

Web

CSS
\0082D4
HtmlDecimal
苔
HtmlHexadecimal
苔
Url
%E8%8B%94

Code

MD5
04a122c88ecfce4452d675ab1d49a7f3
Sha1
1d9260d463896a8d87f4454679304094d5ece56b
Base64
6IuU

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u82D4';
console.log(char);  // Output: 苔

Java:

char c = '\u82D4';
System.out.println(c);  // Output: 苔

JSON:

{"text": "\u82D4"}  // Value: 苔

Python:

char = '\u82D4'
print(char)  # Output: 苔

Perl:

my $char = "\x{82D4}";
print $char;  # Output: 苔

PHP:

$char = "\x{82D4}";
echo $char;  // Output: 苔

Ruby:

char = "\u{82D4}"
puts char  # Output: 苔

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33492;</p>  <!-- Display: 苔 -->

HTML Hexadecimal:

<p>HTML hex: &#x82D4;</p>  <!-- Display: 苔 -->

URL Encoding:

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

Encodings

MD5:

04a122c88ecfce4452d675ab1d49a7f3

SHA1:

1d9260d463896a8d87f4454679304094d5ece56b

Base64:

6IuU

© 2025 Unicode Finder

苔 U+82D4 CJK UNIFIED IDEOGRAPH-82D4 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me