Unicode Finder

"骹" U+9AB9(CJK UNIFIED IDEOGRAPH-9AB9)

U+9AB9
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-9AB9

Programming

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

Web

CSS
\009AB9
HtmlDecimal
骹
HtmlHexadecimal
骹
Url
%E9%AA%B9

Code

MD5
ab99133a50681273ad8b3382ac8a8038
Sha1
84c24e7247fb8ef74110415a0e7b4c266a77406a
Base64
6aq5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9AB9';
console.log(char);  // Output: 骹

Java:

char c = '\u9AB9';
System.out.println(c);  // Output: 骹

JSON:

{"text": "\u9AB9"}  // Value: 骹

Python:

char = '\u9AB9'
print(char)  # Output: 骹

Perl:

my $char = "\x{9AB9}";
print $char;  # Output: 骹

PHP:

$char = "\x{9AB9}";
echo $char;  // Output: 骹

Ruby:

char = "\u{9AB9}"
puts char  # Output: 骹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39609;</p>  <!-- Display: 骹 -->

HTML Hexadecimal:

<p>HTML hex: &#x9AB9;</p>  <!-- Display: 骹 -->

URL Encoding:

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

Encodings

MD5:

ab99133a50681273ad8b3382ac8a8038

SHA1:

84c24e7247fb8ef74110415a0e7b4c266a77406a

Base64:

6aq5