Unicode Finder

"樄" U+6A04(CJK UNIFIED IDEOGRAPH-6A04)

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

Programming

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

Web

CSS
\006A04
HtmlDecimal
樄
HtmlHexadecimal
樄
Url
%E6%A8%84

Code

MD5
b5b1ff04f54c00f80cf8d74ff7ab2ff4
Sha1
2b7a1e92eecd77e0ee610f1be4b231a19675496c
Base64
5qiE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6A04';
console.log(char);  // Output: 樄

Java:

char c = '\u6A04';
System.out.println(c);  // Output: 樄

JSON:

{"text": "\u6A04"}  // Value: 樄

Python:

char = '\u6A04'
print(char)  # Output: 樄

Perl:

my $char = "\x{6A04}";
print $char;  # Output: 樄

PHP:

$char = "\x{6A04}";
echo $char;  // Output: 樄

Ruby:

char = "\u{6A04}"
puts char  # Output: 樄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27140;</p>  <!-- Display: 樄 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A04;</p>  <!-- Display: 樄 -->

URL Encoding:

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

Encodings

MD5:

b5b1ff04f54c00f80cf8d74ff7ab2ff4

SHA1:

2b7a1e92eecd77e0ee610f1be4b231a19675496c

Base64:

5qiE