Unicode Finder

"櫂" U+6AC2(CJK UNIFIED IDEOGRAPH-6AC2)

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

Programming

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

Web

CSS
\006AC2
HtmlDecimal
櫂
HtmlHexadecimal
櫂
Url
%E6%AB%82

Code

MD5
f72a6fb1d76f8eb629dde92216e893ae
Sha1
c592246ef0e68c3a0d37f596e928286653ecbb49
Base64
5quC

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AC2';
console.log(char);  // Output: 櫂

Java:

char c = '\u6AC2';
System.out.println(c);  // Output: 櫂

JSON:

{"text": "\u6AC2"}  // Value: 櫂

Python:

char = '\u6AC2'
print(char)  # Output: 櫂

Perl:

my $char = "\x{6AC2}";
print $char;  # Output: 櫂

PHP:

$char = "\x{6AC2}";
echo $char;  // Output: 櫂

Ruby:

char = "\u{6AC2}"
puts char  # Output: 櫂

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27330;</p>  <!-- Display: 櫂 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AC2;</p>  <!-- Display: 櫂 -->

URL Encoding:

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

Encodings

MD5:

f72a6fb1d76f8eb629dde92216e893ae

SHA1:

c592246ef0e68c3a0d37f596e928286653ecbb49

Base64:

5quC