Unicode Finder

"餷" U+9937(CJK UNIFIED IDEOGRAPH-9937)

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

Programming

C
\u9937
JavaScript
\u9937
Java
\u9937
Json
\u9937
Python
\u9937
Perl
\x{9937}
PHP
\x{9937}
Ruby
\u{9937}
Rust
\u{9937}
Go
\u9937

Web

CSS
\009937
HtmlDecimal
餷
HtmlHexadecimal
餷
Url
%E9%A4%B7

Code

MD5
2cf594a125e0cd5fce5460a78fcc7e15
Sha1
072c70046127238e18445660edb784e5db834eb8
Base64
6aS3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9937';
console.log(char);  // Output: 餷

Java:

char c = '\u9937';
System.out.println(c);  // Output: 餷

JSON:

{"text": "\u9937"}  // Value: 餷

Python:

char = '\u9937'
print(char)  # Output: 餷

Perl:

my $char = "\x{9937}";
print $char;  # Output: 餷

PHP:

$char = "\x{9937}";
echo $char;  // Output: 餷

Ruby:

char = "\u{9937}"
puts char  # Output: 餷

Rust:

let c = '\u{9937}';
println!("{}", c);  // Output: 餷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009937";  /* Display: 餷 */
}

HTML Decimal:

<p>HTML decimal: &#39223;</p>  <!-- Display: 餷 -->

HTML Hexadecimal:

<p>HTML hex: &#x9937;</p>  <!-- Display: 餷 -->

URL Encoding:

// 餷 URL encoding
https://unicodefinder.com/search.php?query=%E9%A4%B7

Encodings

MD5:

2cf594a125e0cd5fce5460a78fcc7e15

SHA1:

072c70046127238e18445660edb784e5db834eb8

Base64:

6aS3