Unicode Finder

"袸" U+88B8(CJK UNIFIED IDEOGRAPH-88B8)

U+88B8
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-88B8

Programming

C
\u88B8
JavaScript
\u88B8
Java
\u88B8
Json
\u88B8
Python
\u88B8
Perl
\x{88B8}
PHP
\x{88B8}
Ruby
\u{88B8}
Rust
\u{88B8}
Go
\u88B8

Web

CSS
\0088B8
HtmlDecimal
袸
HtmlHexadecimal
袸
Url
%E8%A2%B8

Code

MD5
b2d435477f92937f11245b0b33a291db
Sha1
3902a20069a26f11c3664c9d0939b8525c208c03
Base64
6KK4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u88B8';
console.log(char);  // Output: 袸

Java:

char c = '\u88B8';
System.out.println(c);  // Output: 袸

JSON:

{"text": "\u88B8"}  // Value: 袸

Python:

char = '\u88B8'
print(char)  # Output: 袸

Perl:

my $char = "\x{88B8}";
print $char;  # Output: 袸

PHP:

$char = "\x{88B8}";
echo $char;  // Output: 袸

Ruby:

char = "\u{88B8}"
puts char  # Output: 袸

Rust:

let c = '\u{88B8}';
println!("{}", c);  // Output: 袸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0088B8";  /* Display: 袸 */
}

HTML Decimal:

<p>HTML decimal: &#35000;</p>  <!-- Display: 袸 -->

HTML Hexadecimal:

<p>HTML hex: &#x88B8;</p>  <!-- Display: 袸 -->

URL Encoding:

// 袸 URL encoding
https://unicodefinder.com/search.php?query=%E8%A2%B8

Encodings

MD5:

b2d435477f92937f11245b0b33a291db

SHA1:

3902a20069a26f11c3664c9d0939b8525c208c03

Base64:

6KK4