Unicode Finder

"舯" U+822F(CJK UNIFIED IDEOGRAPH-822F)

U+822F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-822F

Programming

C
\u822F
JavaScript
\u822F
Java
\u822F
Json
\u822F
Python
\u822F
Perl
\x{822F}
PHP
\x{822F}
Ruby
\u{822F}
Rust
\u{822F}
Go
\u822F

Web

CSS
\00822F
HtmlDecimal
舯
HtmlHexadecimal
舯
Url
%E8%88%AF

Code

MD5
1882d4189e690217faec83c34aab930a
Sha1
ddd07fecae074a5684d168192118cd068e10408b
Base64
6Iiv

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u822F';
console.log(char);  // Output: 舯

Java:

char c = '\u822F';
System.out.println(c);  // Output: 舯

JSON:

{"text": "\u822F"}  // Value: 舯

Python:

char = '\u822F'
print(char)  # Output: 舯

Perl:

my $char = "\x{822F}";
print $char;  # Output: 舯

PHP:

$char = "\x{822F}";
echo $char;  // Output: 舯

Ruby:

char = "\u{822F}"
puts char  # Output: 舯

Rust:

let c = '\u{822F}';
println!("{}", c);  // Output: 舯

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00822F";  /* Display: 舯 */
}

HTML Decimal:

<p>HTML decimal: &#33327;</p>  <!-- Display: 舯 -->

HTML Hexadecimal:

<p>HTML hex: &#x822F;</p>  <!-- Display: 舯 -->

URL Encoding:

// 舯 URL encoding
https://unicodefinder.com/search.php?query=%E8%88%AF

Encodings

MD5:

1882d4189e690217faec83c34aab930a

SHA1:

ddd07fecae074a5684d168192118cd068e10408b

Base64:

6Iiv

© 2025 Unicode Finder

舯 U+822F CJK UNIFIED IDEOGRAPH-822F Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me