Unicode Finder

"ࢰ" U+08B0(ARABIC LETTER GAF WITH INVERTED STROKE)

U+08B0
Blockname
Arabic Extended-A
Name
ARABIC LETTER GAF WITH INVERTED STROKE

Programming

C
\u08B0
JavaScript
\u08B0
Java
\u08B0
Json
\u08B0
Python
\u08B0
Perl
\x{08B0}
PHP
\x{08B0}
Ruby
\u{08B0}
Rust
\u{8B0}
Go
\u08B0

Web

CSS
\0008B0
HtmlDecimal
ࢰ
HtmlHexadecimal
ࢰ
Url
%E0%A2%B0

Code

MD5
74e75024b642274beef31e69bdfc1541
Sha1
98367f2a6af9ac13302239df6101cef9ba0e78b3
Base64
4KKw

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u08B0';
console.log(char);  // Output: ࢰ

Java:

char c = '\u08B0';
System.out.println(c);  // Output: ࢰ

JSON:

{"text": "\u08B0"}  // Value: ࢰ

Python:

char = '\u08B0'
print(char)  # Output: ࢰ

Perl:

my $char = "\x{08B0}";
print $char;  # Output: ࢰ

PHP:

$char = "\x{08B0}";
echo $char;  // Output: ࢰ

Ruby:

char = "\u{08B0}"
puts char  # Output: ࢰ

Rust:

let c = '\u{8B0}';
println!("{}", c);  // Output: ࢰ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0008B0";  /* Display: ࢰ */
}

HTML Decimal:

<p>HTML decimal: &#2224;</p>  <!-- Display: ࢰ -->

HTML Hexadecimal:

<p>HTML hex: &#x08B0;</p>  <!-- Display: ࢰ -->

URL Encoding:

// ࢰ URL encoding
https://unicodefinder.com/search.php?query=%E0%A2%B0

Encodings

MD5:

74e75024b642274beef31e69bdfc1541

SHA1:

98367f2a6af9ac13302239df6101cef9ba0e78b3

Base64:

4KKw