Unicode Finder

"袞" U+889E(CJK UNIFIED IDEOGRAPH-889E)

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

Programming

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

Web

CSS
\00889E
HtmlDecimal
袞
HtmlHexadecimal
袞
Url
%E8%A2%9E

Code

MD5
c811de914be1a27a1a6c73decf8a045a
Sha1
a611d9f7631114f033ec09e78ef07fa399da5bed
Base64
6KKe

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u889E';
console.log(char);  // Output: 袞

Java:

char c = '\u889E';
System.out.println(c);  // Output: 袞

JSON:

{"text": "\u889E"}  // Value: 袞

Python:

char = '\u889E'
print(char)  # Output: 袞

Perl:

my $char = "\x{889E}";
print $char;  # Output: 袞

PHP:

$char = "\x{889E}";
echo $char;  // Output: 袞

Ruby:

char = "\u{889E}"
puts char  # Output: 袞

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34974;</p>  <!-- Display: 袞 -->

HTML Hexadecimal:

<p>HTML hex: &#x889E;</p>  <!-- Display: 袞 -->

URL Encoding:

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

Encodings

MD5:

c811de914be1a27a1a6c73decf8a045a

SHA1:

a611d9f7631114f033ec09e78ef07fa399da5bed

Base64:

6KKe