Unicode Finder

"嚷" U+56B7(CJK UNIFIED IDEOGRAPH-56B7)

U+56B7
نام بلوک
CJK Unified Ideographs
نام
CJK UNIFIED IDEOGRAPH-56B7

Programming

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

Web

CSS
\0056B7
HtmlDecimal
嚷
HtmlHexadecimal
嚷
Url
%E5%9A%B7

Code

MD5
a0b59771d771ddcc376bd2da2d5b9dcb
Sha1
0a685fa60f5c5b64b7d506b2dfa7fa491629fb5e
Base64
5Zq3

مثال‌های استفاده

Programming Languages

C:

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

JavaScript:

const char = '\u56B7';
console.log(char);  // Output: 嚷

Java:

char c = '\u56B7';
System.out.println(c);  // Output: 嚷

JSON:

{"text": "\u56B7"}  // Value: 嚷

Python:

char = '\u56B7'
print(char)  # Output: 嚷

Perl:

my $char = "\x{56B7}";
print $char;  # Output: 嚷

PHP:

$char = "\x{56B7}";
echo $char;  // Output: 嚷

Ruby:

char = "\u{56B7}"
puts char  # Output: 嚷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22199;</p>  <!-- Display: 嚷 -->

HTML Hexadecimal:

<p>HTML hex: &#x56B7;</p>  <!-- Display: 嚷 -->

URL Encoding:

// 嚷 URL encoding
https://unicodefinder.com/search.php?query=%E5%9A%B7

Encodings

MD5:

a0b59771d771ddcc376bd2da2d5b9dcb

SHA1:

0a685fa60f5c5b64b7d506b2dfa7fa491629fb5e

Base64:

5Zq3