Unicode Finder

"騼" U+9A3C(CJK UNIFIED IDEOGRAPH-9A3C)

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

Programming

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

Web

CSS
\009A3C
HtmlDecimal
騼
HtmlHexadecimal
騼
Url
%E9%A8%BC

Code

MD5
56e783e75e86ff8d913cde81eea30750
Sha1
f377152143162b1e83879fe6b114f78c52751413
Base64
6ai8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9A3C';
console.log(char);  // Output: 騼

Java:

char c = '\u9A3C';
System.out.println(c);  // Output: 騼

JSON:

{"text": "\u9A3C"}  // Value: 騼

Python:

char = '\u9A3C'
print(char)  # Output: 騼

Perl:

my $char = "\x{9A3C}";
print $char;  # Output: 騼

PHP:

$char = "\x{9A3C}";
echo $char;  // Output: 騼

Ruby:

char = "\u{9A3C}"
puts char  # Output: 騼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39484;</p>  <!-- Display: 騼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9A3C;</p>  <!-- Display: 騼 -->

URL Encoding:

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

Encodings

MD5:

56e783e75e86ff8d913cde81eea30750

SHA1:

f377152143162b1e83879fe6b114f78c52751413

Base64:

6ai8