Unicode Finder

"⋹" U+22F9(ELEMENT OF WITH TWO HORIZONTAL STROKES)

U+22F9
ब्लॉक का नाम
Mathematical Operators
नाम
ELEMENT OF WITH TWO HORIZONTAL STROKES

Programming

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

Web

CSS
\0022F9
HtmlDecimal
⋹
HtmlHexadecimal
⋹
Url
%E2%8B%B9

Code

MD5
36551ac4a1dcd770886f3f22aac4d821
Sha1
e91883292082c4a2897f2c714a966ad872205800
Base64
4ou5

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

Programming Languages

C:

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

JavaScript:

const char = '\u22F9';
console.log(char);  // Output: ⋹

Java:

char c = '\u22F9';
System.out.println(c);  // Output: ⋹

JSON:

{"text": "\u22F9"}  // Value: ⋹

Python:

char = '\u22F9'
print(char)  # Output: ⋹

Perl:

my $char = "\x{22F9}";
print $char;  # Output: ⋹

PHP:

$char = "\x{22F9}";
echo $char;  // Output: ⋹

Ruby:

char = "\u{22F9}"
puts char  # Output: ⋹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#8953;</p>  <!-- Display: ⋹ -->

HTML Hexadecimal:

<p>HTML hex: &#x22F9;</p>  <!-- Display: ⋹ -->

URL Encoding:

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

Encodings

MD5:

36551ac4a1dcd770886f3f22aac4d821

SHA1:

e91883292082c4a2897f2c714a966ad872205800

Base64:

4ou5