Unicode Finder

"ࣾ" U+08FE(ARABIC DAMMA WITH DOT)

U+08FE
Название Блока
Arabic Extended-A
Название
ARABIC DAMMA WITH DOT

Programming

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

Web

CSS
\0008FE
HtmlDecimal
ࣾ
HtmlHexadecimal
ࣾ
Url
%E0%A3%BE

Code

MD5
23acef4e083de99cd5d8d94654844a57
Sha1
110672db6341bc42a63ea20d9deb6d5812d65860
Base64
4KO+

Примеры Использования

Programming Languages

C:

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

JavaScript:

const char = '\u08FE';
console.log(char);  // Output: ࣾ

Java:

char c = '\u08FE';
System.out.println(c);  // Output: ࣾ

JSON:

{"text": "\u08FE"}  // Value: ࣾ

Python:

char = '\u08FE'
print(char)  # Output: ࣾ

Perl:

my $char = "\x{08FE}";
print $char;  # Output: ࣾ

PHP:

$char = "\x{08FE}";
echo $char;  // Output: ࣾ

Ruby:

char = "\u{08FE}"
puts char  # Output: ࣾ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2302;</p>  <!-- Display: ࣾ -->

HTML Hexadecimal:

<p>HTML hex: &#x08FE;</p>  <!-- Display: ࣾ -->

URL Encoding:

// ࣾ URL encoding
https://unicodefinder.com/search.php?query=%E0%A3%BE

Encodings

MD5:

23acef4e083de99cd5d8d94654844a57

SHA1:

110672db6341bc42a63ea20d9deb6d5812d65860

Base64:

4KO+