Unicode Finder

"櫀" U+6AC0(CJK UNIFIED IDEOGRAPH-6AC0)

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

Programming

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

Web

CSS
\006AC0
HtmlDecimal
櫀
HtmlHexadecimal
櫀
Url
%E6%AB%80

Code

MD5
e65e879c68537737a6652774185d7deb
Sha1
067738fde0ce726f51e120af467c2874d46d5814
Base64
5quA

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AC0';
console.log(char);  // Output: 櫀

Java:

char c = '\u6AC0';
System.out.println(c);  // Output: 櫀

JSON:

{"text": "\u6AC0"}  // Value: 櫀

Python:

char = '\u6AC0'
print(char)  # Output: 櫀

Perl:

my $char = "\x{6AC0}";
print $char;  # Output: 櫀

PHP:

$char = "\x{6AC0}";
echo $char;  // Output: 櫀

Ruby:

char = "\u{6AC0}"
puts char  # Output: 櫀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27328;</p>  <!-- Display: 櫀 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AC0;</p>  <!-- Display: 櫀 -->

URL Encoding:

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

Encodings

MD5:

e65e879c68537737a6652774185d7deb

SHA1:

067738fde0ce726f51e120af467c2874d46d5814

Base64:

5quA