Unicode Finder

"芻" U+82BB(CJK UNIFIED IDEOGRAPH-82BB)

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

Programming

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

Web

CSS
\0082BB
HtmlDecimal
芻
HtmlHexadecimal
芻
Url
%E8%8A%BB

Code

MD5
97399b3da89600a8f87b9f6d77073195
Sha1
20800ca7ac9682bce636d0d0b063828b5d3da637
Base64
6Iq7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u82BB';
console.log(char);  // Output: 芻

Java:

char c = '\u82BB';
System.out.println(c);  // Output: 芻

JSON:

{"text": "\u82BB"}  // Value: 芻

Python:

char = '\u82BB'
print(char)  # Output: 芻

Perl:

my $char = "\x{82BB}";
print $char;  # Output: 芻

PHP:

$char = "\x{82BB}";
echo $char;  // Output: 芻

Ruby:

char = "\u{82BB}"
puts char  # Output: 芻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33467;</p>  <!-- Display: 芻 -->

HTML Hexadecimal:

<p>HTML hex: &#x82BB;</p>  <!-- Display: 芻 -->

URL Encoding:

// 芻 URL encoding
https://unicodefinder.com/search.php?query=%E8%8A%BB

Encodings

MD5:

97399b3da89600a8f87b9f6d77073195

SHA1:

20800ca7ac9682bce636d0d0b063828b5d3da637

Base64:

6Iq7

© 2025 Unicode Finder

芻 U+82BB CJK UNIFIED IDEOGRAPH-82BB Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me