Unicode Finder

"觽" U+89FD(CJK UNIFIED IDEOGRAPH-89FD)

U+89FD
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-89FD

Programming

C
\u89FD
JavaScript
\u89FD
Java
\u89FD
Json
\u89FD
Python
\u89FD
Perl
\x{89FD}
PHP
\x{89FD}
Ruby
\u{89FD}
Rust
\u{89FD}
Go
\u89FD

Web

CSS
\0089FD
HtmlDecimal
觽
HtmlHexadecimal
觽
Url
%E8%A7%BD

Code

MD5
fdf0eccc1b9cf20574d488834c0dccd1
Sha1
fe854c56f8f056c954055e400cef330c13ffc960
Base64
6Ke9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u89FD';
console.log(char);  // Output: 觽

Java:

char c = '\u89FD';
System.out.println(c);  // Output: 觽

JSON:

{"text": "\u89FD"}  // Value: 觽

Python:

char = '\u89FD'
print(char)  # Output: 觽

Perl:

my $char = "\x{89FD}";
print $char;  # Output: 觽

PHP:

$char = "\x{89FD}";
echo $char;  // Output: 觽

Ruby:

char = "\u{89FD}"
puts char  # Output: 觽

Rust:

let c = '\u{89FD}';
println!("{}", c);  // Output: 觽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0089FD";  /* Display: 觽 */
}

HTML Decimal:

<p>HTML decimal: &#35325;</p>  <!-- Display: 觽 -->

HTML Hexadecimal:

<p>HTML hex: &#x89FD;</p>  <!-- Display: 觽 -->

URL Encoding:

// 觽 URL encoding
https://unicodefinder.com/search.php?query=%E8%A7%BD

Encodings

MD5:

fdf0eccc1b9cf20574d488834c0dccd1

SHA1:

fe854c56f8f056c954055e400cef330c13ffc960

Base64:

6Ke9