Unicode Finder

"骵" U+9AB5(CJK UNIFIED IDEOGRAPH-9AB5)

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

Programming

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

Web

CSS
\009AB5
HtmlDecimal
骵
HtmlHexadecimal
骵
Url
%E9%AA%B5

Code

MD5
49b1f00dc63655e051b32e4c85e3b23f
Sha1
ae30c067db321fc56cc75a9d159c2326ecede7aa
Base64
6aq1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9AB5';
console.log(char);  // Output: 骵

Java:

char c = '\u9AB5';
System.out.println(c);  // Output: 骵

JSON:

{"text": "\u9AB5"}  // Value: 骵

Python:

char = '\u9AB5'
print(char)  # Output: 骵

Perl:

my $char = "\x{9AB5}";
print $char;  # Output: 骵

PHP:

$char = "\x{9AB5}";
echo $char;  // Output: 骵

Ruby:

char = "\u{9AB5}"
puts char  # Output: 骵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39605;</p>  <!-- Display: 骵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9AB5;</p>  <!-- Display: 骵 -->

URL Encoding:

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

Encodings

MD5:

49b1f00dc63655e051b32e4c85e3b23f

SHA1:

ae30c067db321fc56cc75a9d159c2326ecede7aa

Base64:

6aq1