Unicode Finder

"汹" U+6C79(CJK UNIFIED IDEOGRAPH-6C79)

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

Programming

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

Web

CSS
\006C79
HtmlDecimal
汹
HtmlHexadecimal
汹
Url
%E6%B1%B9

Code

MD5
7b32e976c5a52a4375ae32704cdf207b
Sha1
1f797cf87557697e29dbb0c6e61fe4982a75eebe
Base64
5rG5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C79';
console.log(char);  // Output: 汹

Java:

char c = '\u6C79';
System.out.println(c);  // Output: 汹

JSON:

{"text": "\u6C79"}  // Value: 汹

Python:

char = '\u6C79'
print(char)  # Output: 汹

Perl:

my $char = "\x{6C79}";
print $char;  # Output: 汹

PHP:

$char = "\x{6C79}";
echo $char;  // Output: 汹

Ruby:

char = "\u{6C79}"
puts char  # Output: 汹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27769;</p>  <!-- Display: 汹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C79;</p>  <!-- Display: 汹 -->

URL Encoding:

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

Encodings

MD5:

7b32e976c5a52a4375ae32704cdf207b

SHA1:

1f797cf87557697e29dbb0c6e61fe4982a75eebe

Base64:

5rG5