Unicode Finder

"郻" U+90FB(CJK UNIFIED IDEOGRAPH-90FB)

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

Programming

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

Web

CSS
\0090FB
HtmlDecimal
郻
HtmlHexadecimal
郻
Url
%E9%83%BB

Code

MD5
7faac6023167d9a5d4113c32dccc285c
Sha1
ff15fdf735bf29a59d7d0dea961e8a619142d552
Base64
6YO7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u90FB';
console.log(char);  // Output: 郻

Java:

char c = '\u90FB';
System.out.println(c);  // Output: 郻

JSON:

{"text": "\u90FB"}  // Value: 郻

Python:

char = '\u90FB'
print(char)  # Output: 郻

Perl:

my $char = "\x{90FB}";
print $char;  # Output: 郻

PHP:

$char = "\x{90FB}";
echo $char;  // Output: 郻

Ruby:

char = "\u{90FB}"
puts char  # Output: 郻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37115;</p>  <!-- Display: 郻 -->

HTML Hexadecimal:

<p>HTML hex: &#x90FB;</p>  <!-- Display: 郻 -->

URL Encoding:

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

Encodings

MD5:

7faac6023167d9a5d4113c32dccc285c

SHA1:

ff15fdf735bf29a59d7d0dea961e8a619142d552

Base64:

6YO7