Unicode Finder

"骴" U+9AB4(CJK UNIFIED IDEOGRAPH-9AB4)

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

Programming

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

Web

CSS
\009AB4
HtmlDecimal
骴
HtmlHexadecimal
骴
Url
%E9%AA%B4

Code

MD5
0d3723c8ca5a041cc865ffe72f687edd
Sha1
c5d9fc2639a8ad8f459a6f00c911723894970af2
Base64
6aq0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9AB4';
console.log(char);  // Output: 骴

Java:

char c = '\u9AB4';
System.out.println(c);  // Output: 骴

JSON:

{"text": "\u9AB4"}  // Value: 骴

Python:

char = '\u9AB4'
print(char)  # Output: 骴

Perl:

my $char = "\x{9AB4}";
print $char;  # Output: 骴

PHP:

$char = "\x{9AB4}";
echo $char;  // Output: 骴

Ruby:

char = "\u{9AB4}"
puts char  # Output: 骴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39604;</p>  <!-- Display: 骴 -->

HTML Hexadecimal:

<p>HTML hex: &#x9AB4;</p>  <!-- Display: 骴 -->

URL Encoding:

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

Encodings

MD5:

0d3723c8ca5a041cc865ffe72f687edd

SHA1:

c5d9fc2639a8ad8f459a6f00c911723894970af2

Base64:

6aq0