Unicode Finder

"覙" U+8999(CJK UNIFIED IDEOGRAPH-8999)

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

Programming

C
\u8999
JavaScript
\u8999
Java
\u8999
Json
\u8999
Python
\u8999
Perl
\x{8999}
PHP
\x{8999}
Ruby
\u{8999}
Rust
\u{8999}
Go
\u8999

Web

CSS
\008999
HtmlDecimal
覙
HtmlHexadecimal
覙
Url
%E8%A6%99

Code

MD5
c249a1ee4714b702f54853e07aae8d05
Sha1
dc0e089371d9fd4558dc97b7d42924cc6e8a5337
Base64
6KaZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8999';
console.log(char);  // Output: 覙

Java:

char c = '\u8999';
System.out.println(c);  // Output: 覙

JSON:

{"text": "\u8999"}  // Value: 覙

Python:

char = '\u8999'
print(char)  # Output: 覙

Perl:

my $char = "\x{8999}";
print $char;  # Output: 覙

PHP:

$char = "\x{8999}";
echo $char;  // Output: 覙

Ruby:

char = "\u{8999}"
puts char  # Output: 覙

Rust:

let c = '\u{8999}';
println!("{}", c);  // Output: 覙

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008999";  /* Display: 覙 */
}

HTML Decimal:

<p>HTML decimal: &#35225;</p>  <!-- Display: 覙 -->

HTML Hexadecimal:

<p>HTML hex: &#x8999;</p>  <!-- Display: 覙 -->

URL Encoding:

// 覙 URL encoding
https://unicodefinder.com/search.php?query=%E8%A6%99

Encodings

MD5:

c249a1ee4714b702f54853e07aae8d05

SHA1:

dc0e089371d9fd4558dc97b7d42924cc6e8a5337

Base64:

6KaZ