Unicode Finder

"呶" U+5476(CJK UNIFIED IDEOGRAPH-5476)

U+5476
Tên Khối
CJK Unified Ideographs
Tên
CJK UNIFIED IDEOGRAPH-5476

Programming

C
\u5476
JavaScript
\u5476
Java
\u5476
Json
\u5476
Python
\u5476
Perl
\x{5476}
PHP
\x{5476}
Ruby
\u{5476}
Rust
\u{5476}
Go
\u5476

Web

CSS
\005476
HtmlDecimal
呶
HtmlHexadecimal
呶
Url
%E5%91%B6

Code

MD5
20c6501cca7e91c5c85c57796e167166
Sha1
26fff16ac9364f5675cc59398f14827314d64f52
Base64
5ZG2

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u5476';
console.log(char);  // Output: 呶

Java:

char c = '\u5476';
System.out.println(c);  // Output: 呶

JSON:

{"text": "\u5476"}  // Value: 呶

Python:

char = '\u5476'
print(char)  # Output: 呶

Perl:

my $char = "\x{5476}";
print $char;  # Output: 呶

PHP:

$char = "\x{5476}";
echo $char;  // Output: 呶

Ruby:

char = "\u{5476}"
puts char  # Output: 呶

Rust:

let c = '\u{5476}';
println!("{}", c);  // Output: 呶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005476";  /* Display: 呶 */
}

HTML Decimal:

<p>HTML decimal: &#21622;</p>  <!-- Display: 呶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5476;</p>  <!-- Display: 呶 -->

URL Encoding:

// 呶 URL encoding
https://unicodefinder.com/search.php?query=%E5%91%B6

Encodings

MD5:

20c6501cca7e91c5c85c57796e167166

SHA1:

26fff16ac9364f5675cc59398f14827314d64f52

Base64:

5ZG2