Unicode Finder

"ݻ" U+077B(ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE)

ݻ
U+077B
Nume Bloc
Arabic Supplement
Nume
ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE

Programming

C
\u077B
JavaScript
\u077B
Java
\u077B
Json
\u077B
Python
\u077B
Perl
\x{077B}
PHP
\x{077B}
Ruby
\u{077B}
Rust
\u{77B}
Go
\u077B

Web

CSS
\00077B
HtmlDecimal
ݻ
HtmlHexadecimal
ݻ
Url
%DD%BB

Code

MD5
9e2095e9128cf18a482b3c233a7c00e6
Sha1
100380dab474f22d7c69f7897f562e5c8196ebc7
Base64
3bs=

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u077B';
console.log(char);  // Output: ݻ

Java:

char c = '\u077B';
System.out.println(c);  // Output: ݻ

JSON:

{"text": "\u077B"}  // Value: ݻ

Python:

char = '\u077B'
print(char)  # Output: ݻ

Perl:

my $char = "\x{077B}";
print $char;  # Output: ݻ

PHP:

$char = "\x{077B}";
echo $char;  // Output: ݻ

Ruby:

char = "\u{077B}"
puts char  # Output: ݻ

Rust:

let c = '\u{77B}';
println!("{}", c);  // Output: ݻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00077B";  /* Display: ݻ */
}

HTML Decimal:

<p>HTML decimal: &#1915;</p>  <!-- Display: ݻ -->

HTML Hexadecimal:

<p>HTML hex: &#x077B;</p>  <!-- Display: ݻ -->

URL Encoding:

// ݻ URL encoding
https://unicodefinder.com/search.php?query=%DD%BB

Encodings

MD5:

9e2095e9128cf18a482b3c233a7c00e6

SHA1:

100380dab474f22d7c69f7897f562e5c8196ebc7

Base64:

3bs=

© 2025 Unicode Finder

ݻ U+077B ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE Caracter Unicode - Unicode Finder

Contact: [email protected]