Unicode Finder

"吺" U+543A(CJK UNIFIED IDEOGRAPH-543A)

U+543A
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-543A

Programming

C
\u543A
JavaScript
\u543A
Java
\u543A
Json
\u543A
Python
\u543A
Perl
\x{543A}
PHP
\x{543A}
Ruby
\u{543A}
Rust
\u{543A}
Go
\u543A

Web

CSS
\00543A
HtmlDecimal
吺
HtmlHexadecimal
吺
Url
%E5%90%BA

Code

MD5
d1315d876282b31ed892f094492bfc9b
Sha1
838b01344521e7cffd6aa73d3def9165dfa50795
Base64
5ZC6

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u543A';
console.log(char);  // Output: 吺

Java:

char c = '\u543A';
System.out.println(c);  // Output: 吺

JSON:

{"text": "\u543A"}  // Value: 吺

Python:

char = '\u543A'
print(char)  # Output: 吺

Perl:

my $char = "\x{543A}";
print $char;  # Output: 吺

PHP:

$char = "\x{543A}";
echo $char;  // Output: 吺

Ruby:

char = "\u{543A}"
puts char  # Output: 吺

Rust:

let c = '\u{543A}';
println!("{}", c);  // Output: 吺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00543A";  /* Display: 吺 */
}

HTML Decimal:

<p>HTML decimal: &#21562;</p>  <!-- Display: 吺 -->

HTML Hexadecimal:

<p>HTML hex: &#x543A;</p>  <!-- Display: 吺 -->

URL Encoding:

// 吺 URL encoding
https://unicodefinder.com/search.php?query=%E5%90%BA

Encodings

MD5:

d1315d876282b31ed892f094492bfc9b

SHA1:

838b01344521e7cffd6aa73d3def9165dfa50795

Base64:

5ZC6