Unicode Finder

"吼" U+543C(CJK UNIFIED IDEOGRAPH-543C)

U+543C
Blokk Neve
CJK Unified Ideographs
Név
CJK UNIFIED IDEOGRAPH-543C

Programming

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

Web

CSS
\00543C
HtmlDecimal
吼
HtmlHexadecimal
吼
Url
%E5%90%BC

Code

MD5
5d345363243f84f9b9082817309d4543
Sha1
9d53cbccc48cd2eba024f212b4e0b84a0e5e861a
Base64
5ZC8

Használati Példák

Programming Languages

C:

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

JavaScript:

const char = '\u543C';
console.log(char);  // Output: 吼

Java:

char c = '\u543C';
System.out.println(c);  // Output: 吼

JSON:

{"text": "\u543C"}  // Value: 吼

Python:

char = '\u543C'
print(char)  # Output: 吼

Perl:

my $char = "\x{543C}";
print $char;  # Output: 吼

PHP:

$char = "\x{543C}";
echo $char;  // Output: 吼

Ruby:

char = "\u{543C}"
puts char  # Output: 吼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21564;</p>  <!-- Display: 吼 -->

HTML Hexadecimal:

<p>HTML hex: &#x543C;</p>  <!-- Display: 吼 -->

URL Encoding:

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

Encodings

MD5:

5d345363243f84f9b9082817309d4543

SHA1:

9d53cbccc48cd2eba024f212b4e0b84a0e5e861a

Base64:

5ZC8