Unicode Finder

"⊷" U+22B7(IMAGE OF)

U+22B7
Block Name
Mathematical Operators
Name
IMAGE OF

Programming

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

Web

CSS
\0022B7
HtmlDecimal
⊷
HtmlHexadecimal
⊷
Url
%E2%8A%B7

Code

MD5
dda3f6684b0daa98539ee99b08671c69
Sha1
6d26ec89a99ef448000ac3809ee3129817dd3538
Base64
4oq3

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u22B7';
console.log(char);  // Output: ⊷

Java:

char c = '\u22B7';
System.out.println(c);  // Output: ⊷

JSON:

{"text": "\u22B7"}  // Value: ⊷

Python:

char = '\u22B7'
print(char)  # Output: ⊷

Perl:

my $char = "\x{22B7}";
print $char;  # Output: ⊷

PHP:

$char = "\x{22B7}";
echo $char;  // Output: ⊷

Ruby:

char = "\u{22B7}"
puts char  # Output: ⊷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#8887;</p>  <!-- Display: ⊷ -->

HTML Hexadecimal:

<p>HTML hex: &#x22B7;</p>  <!-- Display: ⊷ -->

URL Encoding:

// ⊷ URL encoding
https://unicodefinder.com/search.php?query=%E2%8A%B7

Encodings

MD5:

dda3f6684b0daa98539ee99b08671c69

SHA1:

6d26ec89a99ef448000ac3809ee3129817dd3538

Base64:

4oq3