Unicode Finder

"樼" U+6A3C(CJK UNIFIED IDEOGRAPH-6A3C)

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

Programming

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

Web

CSS
\006A3C
HtmlDecimal
樼
HtmlHexadecimal
樼
Url
%E6%A8%BC

Code

MD5
f27a19b65d600267e3e6a798488c6da6
Sha1
2c41308d41e7228542c988f167d243639134b8db
Base64
5qi8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6A3C';
console.log(char);  // Output: 樼

Java:

char c = '\u6A3C';
System.out.println(c);  // Output: 樼

JSON:

{"text": "\u6A3C"}  // Value: 樼

Python:

char = '\u6A3C'
print(char)  # Output: 樼

Perl:

my $char = "\x{6A3C}";
print $char;  # Output: 樼

PHP:

$char = "\x{6A3C}";
echo $char;  // Output: 樼

Ruby:

char = "\u{6A3C}"
puts char  # Output: 樼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27196;</p>  <!-- Display: 樼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A3C;</p>  <!-- Display: 樼 -->

URL Encoding:

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

Encodings

MD5:

f27a19b65d600267e3e6a798488c6da6

SHA1:

2c41308d41e7228542c988f167d243639134b8db

Base64:

5qi8