Unicode Finder

"髶" U+9AF6(CJK UNIFIED IDEOGRAPH-9AF6)

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

Programming

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

Web

CSS
\009AF6
HtmlDecimal
髶
HtmlHexadecimal
髶
Url
%E9%AB%B6

Code

MD5
e302eaa31a099e7806df36127dc11230
Sha1
1e6f32b372b2c0396b6f9a8ce3cf69b8aff5ed94
Base64
6au2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9AF6';
console.log(char);  // Output: 髶

Java:

char c = '\u9AF6';
System.out.println(c);  // Output: 髶

JSON:

{"text": "\u9AF6"}  // Value: 髶

Python:

char = '\u9AF6'
print(char)  # Output: 髶

Perl:

my $char = "\x{9AF6}";
print $char;  # Output: 髶

PHP:

$char = "\x{9AF6}";
echo $char;  // Output: 髶

Ruby:

char = "\u{9AF6}"
puts char  # Output: 髶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#39670;</p>  <!-- Display: 髶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9AF6;</p>  <!-- Display: 髶 -->

URL Encoding:

// 髶 URL encoding
https://unicodefinder.com/search.php?query=%E9%AB%B6

Encodings

MD5:

e302eaa31a099e7806df36127dc11230

SHA1:

1e6f32b372b2c0396b6f9a8ce3cf69b8aff5ed94

Base64:

6au2