Unicode Finder

"櫄" U+6AC4(CJK UNIFIED IDEOGRAPH-6AC4)

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

Programming

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

Web

CSS
\006AC4
HtmlDecimal
櫄
HtmlHexadecimal
櫄
Url
%E6%AB%84

Code

MD5
b8f78123f531f3866300fe18fc3072d3
Sha1
4f25d903ed98e369c0788d2797ba36b43db2a6cc
Base64
5quE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AC4';
console.log(char);  // Output: 櫄

Java:

char c = '\u6AC4';
System.out.println(c);  // Output: 櫄

JSON:

{"text": "\u6AC4"}  // Value: 櫄

Python:

char = '\u6AC4'
print(char)  # Output: 櫄

Perl:

my $char = "\x{6AC4}";
print $char;  # Output: 櫄

PHP:

$char = "\x{6AC4}";
echo $char;  // Output: 櫄

Ruby:

char = "\u{6AC4}"
puts char  # Output: 櫄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27332;</p>  <!-- Display: 櫄 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AC4;</p>  <!-- Display: 櫄 -->

URL Encoding:

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

Encodings

MD5:

b8f78123f531f3866300fe18fc3072d3

SHA1:

4f25d903ed98e369c0788d2797ba36b43db2a6cc

Base64:

5quE