Unicode Finder

"郵" U+90F5(CJK UNIFIED IDEOGRAPH-90F5)

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

Programming

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

Web

CSS
\0090F5
HtmlDecimal
郵
HtmlHexadecimal
郵
Url
%E9%83%B5

Code

MD5
9ca0333fd8940932a5464fd0bb7b67b0
Sha1
4cd6e57d6f913393f77eee2fb3a5c27d4d1437d7
Base64
6YO1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u90F5';
console.log(char);  // Output: 郵

Java:

char c = '\u90F5';
System.out.println(c);  // Output: 郵

JSON:

{"text": "\u90F5"}  // Value: 郵

Python:

char = '\u90F5'
print(char)  # Output: 郵

Perl:

my $char = "\x{90F5}";
print $char;  # Output: 郵

PHP:

$char = "\x{90F5}";
echo $char;  // Output: 郵

Ruby:

char = "\u{90F5}"
puts char  # Output: 郵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37109;</p>  <!-- Display: 郵 -->

HTML Hexadecimal:

<p>HTML hex: &#x90F5;</p>  <!-- Display: 郵 -->

URL Encoding:

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

Encodings

MD5:

9ca0333fd8940932a5464fd0bb7b67b0

SHA1:

4cd6e57d6f913393f77eee2fb3a5c27d4d1437d7

Base64:

6YO1