Unicode Finder

"鳲" U+9CF2(CJK UNIFIED IDEOGRAPH-9CF2)

U+9CF2
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-9CF2

Programming

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

Web

CSS
\009CF2
HtmlDecimal
鳲
HtmlHexadecimal
鳲
Url
%E9%B3%B2

Code

MD5
842de56be90aeba970ce4ba0b5fabe53
Sha1
fef4e85285eac1c955c7d64c79d520b758c60b5c
Base64
6bOy

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9CF2';
console.log(char);  // Output: 鳲

Java:

char c = '\u9CF2';
System.out.println(c);  // Output: 鳲

JSON:

{"text": "\u9CF2"}  // Value: 鳲

Python:

char = '\u9CF2'
print(char)  # Output: 鳲

Perl:

my $char = "\x{9CF2}";
print $char;  # Output: 鳲

PHP:

$char = "\x{9CF2}";
echo $char;  // Output: 鳲

Ruby:

char = "\u{9CF2}"
puts char  # Output: 鳲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40178;</p>  <!-- Display: 鳲 -->

HTML Hexadecimal:

<p>HTML hex: &#x9CF2;</p>  <!-- Display: 鳲 -->

URL Encoding:

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

Encodings

MD5:

842de56be90aeba970ce4ba0b5fabe53

SHA1:

fef4e85285eac1c955c7d64c79d520b758c60b5c

Base64:

6bOy