Unicode Finder

"櫈" U+6AC8(CJK UNIFIED IDEOGRAPH-6AC8)

U+6AC8
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6AC8

Programming

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

Web

CSS
\006AC8
HtmlDecimal
櫈
HtmlHexadecimal
櫈
Url
%E6%AB%88

Code

MD5
14e5781c8bd05d00b005b62828864e8e
Sha1
768d8cf99fc931d4c80088fc0e8dfda0bafb824c
Base64
5quI

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AC8';
console.log(char);  // Output: 櫈

Java:

char c = '\u6AC8';
System.out.println(c);  // Output: 櫈

JSON:

{"text": "\u6AC8"}  // Value: 櫈

Python:

char = '\u6AC8'
print(char)  # Output: 櫈

Perl:

my $char = "\x{6AC8}";
print $char;  # Output: 櫈

PHP:

$char = "\x{6AC8}";
echo $char;  // Output: 櫈

Ruby:

char = "\u{6AC8}"
puts char  # Output: 櫈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27336;</p>  <!-- Display: 櫈 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AC8;</p>  <!-- Display: 櫈 -->

URL Encoding:

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

Encodings

MD5:

14e5781c8bd05d00b005b62828864e8e

SHA1:

768d8cf99fc931d4c80088fc0e8dfda0bafb824c

Base64:

5quI