Unicode Finder

"郹" U+90F9(CJK UNIFIED IDEOGRAPH-90F9)

U+90F9
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-90F9

Programming

C
\u90F9
JavaScript
\u90F9
Java
\u90F9
Json
\u90F9
Python
\u90F9
Perl
\x{90F9}
PHP
\x{90F9}
Ruby
\u{90F9}
Rust
\u{90F9}
Go
\u90F9

Web

CSS
\0090F9
HtmlDecimal
郹
HtmlHexadecimal
郹
Url
%E9%83%B9

Code

MD5
c70aada1eefc2d7ad937de0d08af5560
Sha1
7c37dceaf125fdbe04e40caa84afc2646ac13449
Base64
6YO5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u90F9';
console.log(char);  // Output: 郹

Java:

char c = '\u90F9';
System.out.println(c);  // Output: 郹

JSON:

{"text": "\u90F9"}  // Value: 郹

Python:

char = '\u90F9'
print(char)  # Output: 郹

Perl:

my $char = "\x{90F9}";
print $char;  # Output: 郹

PHP:

$char = "\x{90F9}";
echo $char;  // Output: 郹

Ruby:

char = "\u{90F9}"
puts char  # Output: 郹

Rust:

let c = '\u{90F9}';
println!("{}", c);  // Output: 郹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0090F9";  /* Display: 郹 */
}

HTML Decimal:

<p>HTML decimal: &#37113;</p>  <!-- Display: 郹 -->

HTML Hexadecimal:

<p>HTML hex: &#x90F9;</p>  <!-- Display: 郹 -->

URL Encoding:

// 郹 URL encoding
https://unicodefinder.com/search.php?query=%E9%83%B9

Encodings

MD5:

c70aada1eefc2d7ad937de0d08af5560

SHA1:

7c37dceaf125fdbe04e40caa84afc2646ac13449

Base64:

6YO5