Unicode Finder

"襻" U+897B(CJK UNIFIED IDEOGRAPH-897B)

U+897B
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-897B

Programming

C
\u897B
JavaScript
\u897B
Java
\u897B
Json
\u897B
Python
\u897B
Perl
\x{897B}
PHP
\x{897B}
Ruby
\u{897B}
Rust
\u{897B}
Go
\u897B

Web

CSS
\00897B
HtmlDecimal
襻
HtmlHexadecimal
襻
Url
%E8%A5%BB

Code

MD5
0d7b96f3931500ffc6b7141e99fd34fd
Sha1
dda6bce70487a4ebc3f1910d22c3a525cccb0b64
Base64
6KW7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u897B';
console.log(char);  // Output: 襻

Java:

char c = '\u897B';
System.out.println(c);  // Output: 襻

JSON:

{"text": "\u897B"}  // Value: 襻

Python:

char = '\u897B'
print(char)  # Output: 襻

Perl:

my $char = "\x{897B}";
print $char;  # Output: 襻

PHP:

$char = "\x{897B}";
echo $char;  // Output: 襻

Ruby:

char = "\u{897B}"
puts char  # Output: 襻

Rust:

let c = '\u{897B}';
println!("{}", c);  // Output: 襻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00897B";  /* Display: 襻 */
}

HTML Decimal:

<p>HTML decimal: &#35195;</p>  <!-- Display: 襻 -->

HTML Hexadecimal:

<p>HTML hex: &#x897B;</p>  <!-- Display: 襻 -->

URL Encoding:

// 襻 URL encoding
https://unicodefinder.com/search.php?query=%E8%A5%BB

Encodings

MD5:

0d7b96f3931500ffc6b7141e99fd34fd

SHA1:

dda6bce70487a4ebc3f1910d22c3a525cccb0b64

Base64:

6KW7