Unicode Finder

"骙" U+9A99(CJK UNIFIED IDEOGRAPH-9A99)

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

Programming

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

Web

CSS
\009A99
HtmlDecimal
骙
HtmlHexadecimal
骙
Url
%E9%AA%99

Code

MD5
4c8f0baa11cef6f7d65c77c55be2cce2
Sha1
01eb3eb2823205aef44757c5b773a5eb081a67d6
Base64
6aqZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9A99';
console.log(char);  // Output: 骙

Java:

char c = '\u9A99';
System.out.println(c);  // Output: 骙

JSON:

{"text": "\u9A99"}  // Value: 骙

Python:

char = '\u9A99'
print(char)  # Output: 骙

Perl:

my $char = "\x{9A99}";
print $char;  # Output: 骙

PHP:

$char = "\x{9A99}";
echo $char;  // Output: 骙

Ruby:

char = "\u{9A99}"
puts char  # Output: 骙

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39577;</p>  <!-- Display: 骙 -->

HTML Hexadecimal:

<p>HTML hex: &#x9A99;</p>  <!-- Display: 骙 -->

URL Encoding:

// 骙 URL encoding
https://unicodefinder.com/search.php?query=%E9%AA%99

Encodings

MD5:

4c8f0baa11cef6f7d65c77c55be2cce2

SHA1:

01eb3eb2823205aef44757c5b773a5eb081a67d6

Base64:

6aqZ