Unicode Finder

"噮" U+566E(CJK UNIFIED IDEOGRAPH-566E)

U+566E
اسم الكتلة
CJK Unified Ideographs
الاسم
CJK UNIFIED IDEOGRAPH-566E

Programming

C
\u566E
JavaScript
\u566E
Java
\u566E
Json
\u566E
Python
\u566E
Perl
\x{566E}
PHP
\x{566E}
Ruby
\u{566E}
Rust
\u{566E}
Go
\u566E

Web

CSS
\00566E
HtmlDecimal
噮
HtmlHexadecimal
噮
Url
%E5%99%AE

Code

MD5
bf7ce1a7a0264eb2cc7122293e08e521
Sha1
7e0451eca6ee2f14241ee5c96db88d1ca7f19e04
Base64
5Zmu

أمثلة الاستخدام

Programming Languages

C:

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

JavaScript:

const char = '\u566E';
console.log(char);  // Output: 噮

Java:

char c = '\u566E';
System.out.println(c);  // Output: 噮

JSON:

{"text": "\u566E"}  // Value: 噮

Python:

char = '\u566E'
print(char)  # Output: 噮

Perl:

my $char = "\x{566E}";
print $char;  # Output: 噮

PHP:

$char = "\x{566E}";
echo $char;  // Output: 噮

Ruby:

char = "\u{566E}"
puts char  # Output: 噮

Rust:

let c = '\u{566E}';
println!("{}", c);  // Output: 噮

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00566E";  /* Display: 噮 */
}

HTML Decimal:

<p>HTML decimal: &#22126;</p>  <!-- Display: 噮 -->

HTML Hexadecimal:

<p>HTML hex: &#x566E;</p>  <!-- Display: 噮 -->

URL Encoding:

// 噮 URL encoding
https://unicodefinder.com/search.php?query=%E5%99%AE

Encodings

MD5:

bf7ce1a7a0264eb2cc7122293e08e521

SHA1:

7e0451eca6ee2f14241ee5c96db88d1ca7f19e04

Base64:

5Zmu