Unicode Finder

"櫸" U+6AF8(CJK UNIFIED IDEOGRAPH-6AF8)

U+6AF8
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6AF8

Programming

C
\u6AF8
JavaScript
\u6AF8
Java
\u6AF8
Json
\u6AF8
Python
\u6AF8
Perl
\x{6AF8}
PHP
\x{6AF8}
Ruby
\u{6AF8}
Rust
\u{6AF8}
Go
\u6AF8

Web

CSS
\006AF8
HtmlDecimal
櫸
HtmlHexadecimal
櫸
Url
%E6%AB%B8

Code

MD5
a86e1c5ca2d7643166ec5e3793dfc21c
Sha1
bf9359c83bbd31d3c0f32a9d084121c4f5dbe7ab
Base64
5qu4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6AF8';
console.log(char);  // Output: 櫸

Java:

char c = '\u6AF8';
System.out.println(c);  // Output: 櫸

JSON:

{"text": "\u6AF8"}  // Value: 櫸

Python:

char = '\u6AF8'
print(char)  # Output: 櫸

Perl:

my $char = "\x{6AF8}";
print $char;  # Output: 櫸

PHP:

$char = "\x{6AF8}";
echo $char;  // Output: 櫸

Ruby:

char = "\u{6AF8}"
puts char  # Output: 櫸

Rust:

let c = '\u{6AF8}';
println!("{}", c);  // Output: 櫸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006AF8";  /* Display: 櫸 */
}

HTML Decimal:

<p>HTML decimal: &#27384;</p>  <!-- Display: 櫸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AF8;</p>  <!-- Display: 櫸 -->

URL Encoding:

// 櫸 URL encoding
https://unicodefinder.com/search.php?query=%E6%AB%B8

Encodings

MD5:

a86e1c5ca2d7643166ec5e3793dfc21c

SHA1:

bf9359c83bbd31d3c0f32a9d084121c4f5dbe7ab

Base64:

5qu4