Unicode Finder

"汸" U+6C78(CJK UNIFIED IDEOGRAPH-6C78)

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

Programming

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

Web

CSS
\006C78
HtmlDecimal
汸
HtmlHexadecimal
汸
Url
%E6%B1%B8

Code

MD5
6745173a3d80b92aa7af3c4e821e7ce4
Sha1
d747333d2028de1534c1cd499e8d7d655813e7b0
Base64
5rG4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C78';
console.log(char);  // Output: 汸

Java:

char c = '\u6C78';
System.out.println(c);  // Output: 汸

JSON:

{"text": "\u6C78"}  // Value: 汸

Python:

char = '\u6C78'
print(char)  # Output: 汸

Perl:

my $char = "\x{6C78}";
print $char;  # Output: 汸

PHP:

$char = "\x{6C78}";
echo $char;  // Output: 汸

Ruby:

char = "\u{6C78}"
puts char  # Output: 汸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27768;</p>  <!-- Display: 汸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C78;</p>  <!-- Display: 汸 -->

URL Encoding:

// 汸 URL encoding
https://unicodefinder.com/search.php?query=%E6%B1%B8

Encodings

MD5:

6745173a3d80b92aa7af3c4e821e7ce4

SHA1:

d747333d2028de1534c1cd499e8d7d655813e7b0

Base64:

5rG4