Unicode Finder

"匯" U+532F(CJK UNIFIED IDEOGRAPH-532F)

U+532F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-532F

Programming

C
\u532F
JavaScript
\u532F
Java
\u532F
Json
\u532F
Python
\u532F
Perl
\x{532F}
PHP
\x{532F}
Ruby
\u{532F}
Rust
\u{532F}
Go
\u532F

Web

CSS
\00532F
HtmlDecimal
匯
HtmlHexadecimal
匯
Url
%E5%8C%AF

Code

MD5
50f202a3e64c23800747baf766f2c5be
Sha1
9016553f78b7ab1ef347c7d16e85b47329b94434
Base64
5Yyv

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u532F';
console.log(char);  // Output: 匯

Java:

char c = '\u532F';
System.out.println(c);  // Output: 匯

JSON:

{"text": "\u532F"}  // Value: 匯

Python:

char = '\u532F'
print(char)  # Output: 匯

Perl:

my $char = "\x{532F}";
print $char;  # Output: 匯

PHP:

$char = "\x{532F}";
echo $char;  // Output: 匯

Ruby:

char = "\u{532F}"
puts char  # Output: 匯

Rust:

let c = '\u{532F}';
println!("{}", c);  // Output: 匯

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00532F";  /* Display: 匯 */
}

HTML Decimal:

<p>HTML decimal: &#21295;</p>  <!-- Display: 匯 -->

HTML Hexadecimal:

<p>HTML hex: &#x532F;</p>  <!-- Display: 匯 -->

URL Encoding:

// 匯 URL encoding
https://unicodefinder.com/search.php?query=%E5%8C%AF

Encodings

MD5:

50f202a3e64c23800747baf766f2c5be

SHA1:

9016553f78b7ab1ef347c7d16e85b47329b94434

Base64:

5Yyv