Unicode Finder

"騗" U+9A17(CJK UNIFIED IDEOGRAPH-9A17)

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

Programming

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

Web

CSS
\009A17
HtmlDecimal
騗
HtmlHexadecimal
騗
Url
%E9%A8%97

Code

MD5
ead2aa8d4e43a85c13f12f74f491f3cc
Sha1
29a100f16c129d0594cd1bf7df3f87a7bfc5c9d6
Base64
6aiX

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9A17';
console.log(char);  // Output: 騗

Java:

char c = '\u9A17';
System.out.println(c);  // Output: 騗

JSON:

{"text": "\u9A17"}  // Value: 騗

Python:

char = '\u9A17'
print(char)  # Output: 騗

Perl:

my $char = "\x{9A17}";
print $char;  # Output: 騗

PHP:

$char = "\x{9A17}";
echo $char;  // Output: 騗

Ruby:

char = "\u{9A17}"
puts char  # Output: 騗

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39447;</p>  <!-- Display: 騗 -->

HTML Hexadecimal:

<p>HTML hex: &#x9A17;</p>  <!-- Display: 騗 -->

URL Encoding:

// 騗 URL encoding
https://unicodefinder.com/search.php?query=%E9%A8%97

Encodings

MD5:

ead2aa8d4e43a85c13f12f74f491f3cc

SHA1:

29a100f16c129d0594cd1bf7df3f87a7bfc5c9d6

Base64:

6aiX