Unicode Finder

"鳿" U+9CFF(CJK UNIFIED IDEOGRAPH-9CFF)

鳿
U+9CFF
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9CFF

Programming

C
\u9CFF
JavaScript
\u9CFF
Java
\u9CFF
Json
\u9CFF
Python
\u9CFF
Perl
\x{9CFF}
PHP
\x{9CFF}
Ruby
\u{9CFF}
Rust
\u{9CFF}
Go
\u9CFF

Web

CSS
\009CFF
HtmlDecimal
鳿
HtmlHexadecimal
鳿
Url
%E9%B3%BF

Code

MD5
425972f1ab6a6db45f39be46ff17f666
Sha1
1c2d98dedeb7bf4ceacc220c9f70d3e6edf17875
Base64
6bO/

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9CFF';
console.log(char);  // Output: 鳿

Java:

char c = '\u9CFF';
System.out.println(c);  // Output: 鳿

JSON:

{"text": "\u9CFF"}  // Value: 鳿

Python:

char = '\u9CFF'
print(char)  # Output: 鳿

Perl:

my $char = "\x{9CFF}";
print $char;  # Output: 鳿

PHP:

$char = "\x{9CFF}";
echo $char;  // Output: 鳿

Ruby:

char = "\u{9CFF}"
puts char  # Output: 鳿

Rust:

let c = '\u{9CFF}';
println!("{}", c);  // Output: 鳿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009CFF";  /* Display: 鳿 */
}

HTML Decimal:

<p>HTML decimal: &#40191;</p>  <!-- Display: 鳿 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CFF;</p>  <!-- Display: 鳿 -->

URL Encoding:

// 鳿 URL encoding
https://unicodefinder.com/search.php?query=%E9%B3%BF

Encodings

MD5:

425972f1ab6a6db45f39be46ff17f666

SHA1:

1c2d98dedeb7bf4ceacc220c9f70d3e6edf17875

Base64:

6bO/