Unicode Finder

"囐" U+56D0(CJK UNIFIED IDEOGRAPH-56D0)

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

Programming

C
\u56D0
JavaScript
\u56D0
Java
\u56D0
Json
\u56D0
Python
\u56D0
Perl
\x{56D0}
PHP
\x{56D0}
Ruby
\u{56D0}
Rust
\u{56D0}
Go
\u56D0

Web

CSS
\0056D0
HtmlDecimal
囐
HtmlHexadecimal
囐
Url
%E5%9B%90

Code

MD5
e57c85ef3fb3fdd0a4edcaba8c3e1723
Sha1
0459392229320300742c99b5626cb3799de588db
Base64
5ZuQ

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

Programming Languages

C:

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

JavaScript:

const char = '\u56D0';
console.log(char);  // Output: 囐

Java:

char c = '\u56D0';
System.out.println(c);  // Output: 囐

JSON:

{"text": "\u56D0"}  // Value: 囐

Python:

char = '\u56D0'
print(char)  # Output: 囐

Perl:

my $char = "\x{56D0}";
print $char;  # Output: 囐

PHP:

$char = "\x{56D0}";
echo $char;  // Output: 囐

Ruby:

char = "\u{56D0}"
puts char  # Output: 囐

Rust:

let c = '\u{56D0}';
println!("{}", c);  // Output: 囐

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0056D0";  /* Display: 囐 */
}

HTML Decimal:

<p>HTML decimal: &#22224;</p>  <!-- Display: 囐 -->

HTML Hexadecimal:

<p>HTML hex: &#x56D0;</p>  <!-- Display: 囐 -->

URL Encoding:

// 囐 URL encoding
https://unicodefinder.com/search.php?query=%E5%9B%90

Encodings

MD5:

e57c85ef3fb3fdd0a4edcaba8c3e1723

SHA1:

0459392229320300742c99b5626cb3799de588db

Base64:

5ZuQ