Unicode Finder

"吽" U+543D(CJK UNIFIED IDEOGRAPH-543D)

U+543D
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-543D

Programming

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

Web

CSS
\00543D
HtmlDecimal
吽
HtmlHexadecimal
吽
Url
%E5%90%BD

Code

MD5
5a74a01a633bd6835d8c2bbcd23d7288
Sha1
50e17695dd69b3d1ce81b72883a9bb767aaa3215
Base64
5ZC9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u543D';
console.log(char);  // Output: 吽

Java:

char c = '\u543D';
System.out.println(c);  // Output: 吽

JSON:

{"text": "\u543D"}  // Value: 吽

Python:

char = '\u543D'
print(char)  # Output: 吽

Perl:

my $char = "\x{543D}";
print $char;  # Output: 吽

PHP:

$char = "\x{543D}";
echo $char;  // Output: 吽

Ruby:

char = "\u{543D}"
puts char  # Output: 吽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21565;</p>  <!-- Display: 吽 -->

HTML Hexadecimal:

<p>HTML hex: &#x543D;</p>  <!-- Display: 吽 -->

URL Encoding:

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

Encodings

MD5:

5a74a01a633bd6835d8c2bbcd23d7288

SHA1:

50e17695dd69b3d1ce81b72883a9bb767aaa3215

Base64:

5ZC9