Unicode Finder

"裪" U+88EA(CJK UNIFIED IDEOGRAPH-88EA)

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

Programming

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

Web

CSS
\0088EA
HtmlDecimal
裪
HtmlHexadecimal
裪
Url
%E8%A3%AA

Code

MD5
47b94bf7e36e6e9ea3183f3641fb336d
Sha1
78a88ccab743bc3069fc46d9d3fed26e08e32185
Base64
6KOq

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u88EA';
console.log(char);  // Output: 裪

Java:

char c = '\u88EA';
System.out.println(c);  // Output: 裪

JSON:

{"text": "\u88EA"}  // Value: 裪

Python:

char = '\u88EA'
print(char)  # Output: 裪

Perl:

my $char = "\x{88EA}";
print $char;  # Output: 裪

PHP:

$char = "\x{88EA}";
echo $char;  // Output: 裪

Ruby:

char = "\u{88EA}"
puts char  # Output: 裪

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35050;</p>  <!-- Display: 裪 -->

HTML Hexadecimal:

<p>HTML hex: &#x88EA;</p>  <!-- Display: 裪 -->

URL Encoding:

// 裪 URL encoding
https://unicodefinder.com/search.php?query=%E8%A3%AA

Encodings

MD5:

47b94bf7e36e6e9ea3183f3641fb336d

SHA1:

78a88ccab743bc3069fc46d9d3fed26e08e32185

Base64:

6KOq