Unicode Finder

"袟" U+889F(CJK UNIFIED IDEOGRAPH-889F)

U+889F
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-889F

Programming

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

Web

CSS
\00889F
HtmlDecimal
袟
HtmlHexadecimal
袟
Url
%E8%A2%9F

Code

MD5
5d967776b25d2f9c196dc3b836895ca2
Sha1
b97f68ca851ac26039b42b4ca6a55f26f3034fb7
Base64
6KKf

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u889F';
console.log(char);  // Output: 袟

Java:

char c = '\u889F';
System.out.println(c);  // Output: 袟

JSON:

{"text": "\u889F"}  // Value: 袟

Python:

char = '\u889F'
print(char)  # Output: 袟

Perl:

my $char = "\x{889F}";
print $char;  # Output: 袟

PHP:

$char = "\x{889F}";
echo $char;  // Output: 袟

Ruby:

char = "\u{889F}"
puts char  # Output: 袟

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34975;</p>  <!-- Display: 袟 -->

HTML Hexadecimal:

<p>HTML hex: &#x889F;</p>  <!-- Display: 袟 -->

URL Encoding:

// 袟 URL encoding
https://unicodefinder.com/search.php?query=%E8%A2%9F

Encodings

MD5:

5d967776b25d2f9c196dc3b836895ca2

SHA1:

b97f68ca851ac26039b42b4ca6a55f26f3034fb7

Base64:

6KKf