Unicode Finder

"⋬" U+22EC(NOT NORMAL SUBGROUP OF OR EQUAL TO)

U+22EC
ব্লক নাম
Mathematical Operators
নাম
NOT NORMAL SUBGROUP OF OR EQUAL TO

Programming

C
\u22EC
JavaScript
\u22EC
Java
\u22EC
Json
\u22EC
Python
\u22EC
Perl
\x{22EC}
PHP
\x{22EC}
Ruby
\u{22EC}
Rust
\u{22EC}
Go
\u22EC

Web

CSS
\0022EC
HtmlDecimal
⋬
HtmlHexadecimal
⋬
Url
%E2%8B%AC

Code

MD5
7c8142400b48833c990e9b07a177712d
Sha1
06da5fca5d7a38939877e4e30c142682b110f4b1
Base64
4ous

ব্যবহারের উদাহরণ

Programming Languages

C:

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

JavaScript:

const char = '\u22EC';
console.log(char);  // Output: ⋬

Java:

char c = '\u22EC';
System.out.println(c);  // Output: ⋬

JSON:

{"text": "\u22EC"}  // Value: ⋬

Python:

char = '\u22EC'
print(char)  # Output: ⋬

Perl:

my $char = "\x{22EC}";
print $char;  # Output: ⋬

PHP:

$char = "\x{22EC}";
echo $char;  // Output: ⋬

Ruby:

char = "\u{22EC}"
puts char  # Output: ⋬

Rust:

let c = '\u{22EC}';
println!("{}", c);  // Output: ⋬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0022EC";  /* Display: ⋬ */
}

HTML Decimal:

<p>HTML decimal: &#8940;</p>  <!-- Display: ⋬ -->

HTML Hexadecimal:

<p>HTML hex: &#x22EC;</p>  <!-- Display: ⋬ -->

URL Encoding:

// ⋬ URL encoding
https://unicodefinder.com/search.php?query=%E2%8B%AC

Encodings

MD5:

7c8142400b48833c990e9b07a177712d

SHA1:

06da5fca5d7a38939877e4e30c142682b110f4b1

Base64:

4ous