Unicode Finder

"嘺" U+563A(CJK UNIFIED IDEOGRAPH-563A)

U+563A
ब्लॉक का नाम
CJK Unified Ideographs
नाम
CJK UNIFIED IDEOGRAPH-563A

Programming

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

Web

CSS
\00563A
HtmlDecimal
嘺
HtmlHexadecimal
嘺
Url
%E5%98%BA

Code

MD5
a62fb0c131048ed54e7971a154cfbaf6
Sha1
6ed2c97372f9884ecf9a6503bd6d2c534d1dbd00
Base64
5Zi6

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u563A';
console.log(char);  // Output: 嘺

Java:

char c = '\u563A';
System.out.println(c);  // Output: 嘺

JSON:

{"text": "\u563A"}  // Value: 嘺

Python:

char = '\u563A'
print(char)  # Output: 嘺

Perl:

my $char = "\x{563A}";
print $char;  # Output: 嘺

PHP:

$char = "\x{563A}";
echo $char;  // Output: 嘺

Ruby:

char = "\u{563A}"
puts char  # Output: 嘺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22074;</p>  <!-- Display: 嘺 -->

HTML Hexadecimal:

<p>HTML hex: &#x563A;</p>  <!-- Display: 嘺 -->

URL Encoding:

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

Encodings

MD5:

a62fb0c131048ed54e7971a154cfbaf6

SHA1:

6ed2c97372f9884ecf9a6503bd6d2c534d1dbd00

Base64:

5Zi6