Unicode Finder

"樻" U+6A3B(CJK UNIFIED IDEOGRAPH-6A3B)

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

Programming

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

Web

CSS
\006A3B
HtmlDecimal
樻
HtmlHexadecimal
樻
Url
%E6%A8%BB

Code

MD5
7f01320eb12c14e6cc9b72f5cee33d38
Sha1
4c287b50e808a1dd8474d6395ae3afa4f8557d92
Base64
5qi7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6A3B';
console.log(char);  // Output: 樻

Java:

char c = '\u6A3B';
System.out.println(c);  // Output: 樻

JSON:

{"text": "\u6A3B"}  // Value: 樻

Python:

char = '\u6A3B'
print(char)  # Output: 樻

Perl:

my $char = "\x{6A3B}";
print $char;  # Output: 樻

PHP:

$char = "\x{6A3B}";
echo $char;  // Output: 樻

Ruby:

char = "\u{6A3B}"
puts char  # Output: 樻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27195;</p>  <!-- Display: 樻 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A3B;</p>  <!-- Display: 樻 -->

URL Encoding:

// 樻 URL encoding
https://unicodefinder.com/search.php?query=%E6%A8%BB

Encodings

MD5:

7f01320eb12c14e6cc9b72f5cee33d38

SHA1:

4c287b50e808a1dd8474d6395ae3afa4f8557d92

Base64:

5qi7