Unicode Finder

"ݷ" U+0777(ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW)

ݷ
U+0777
ব্লক নাম
Arabic Supplement
নাম
ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW

Programming

C
\u0777
JavaScript
\u0777
Java
\u0777
Json
\u0777
Python
\u0777
Perl
\x{0777}
PHP
\x{0777}
Ruby
\u{0777}
Rust
\u{777}
Go
\u0777

Web

CSS
\000777
HtmlDecimal
ݷ
HtmlHexadecimal
ݷ
Url
%DD%B7

Code

MD5
a88941447f53df70267d8afb8ef2fe42
Sha1
4f7621aa97439dbaaf7ac29400f4f015425bba20
Base64
3bc=

ব্যবহারের উদাহরণ

Programming Languages

C:

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

JavaScript:

const char = '\u0777';
console.log(char);  // Output: ݷ

Java:

char c = '\u0777';
System.out.println(c);  // Output: ݷ

JSON:

{"text": "\u0777"}  // Value: ݷ

Python:

char = '\u0777'
print(char)  # Output: ݷ

Perl:

my $char = "\x{0777}";
print $char;  # Output: ݷ

PHP:

$char = "\x{0777}";
echo $char;  // Output: ݷ

Ruby:

char = "\u{0777}"
puts char  # Output: ݷ

Rust:

let c = '\u{777}';
println!("{}", c);  // Output: ݷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000777";  /* Display: ݷ */
}

HTML Decimal:

<p>HTML decimal: &#1911;</p>  <!-- Display: ݷ -->

HTML Hexadecimal:

<p>HTML hex: &#x0777;</p>  <!-- Display: ݷ -->

URL Encoding:

// ݷ URL encoding
https://unicodefinder.com/search.php?query=%DD%B7

Encodings

MD5:

a88941447f53df70267d8afb8ef2fe42

SHA1:

4f7621aa97439dbaaf7ac29400f4f015425bba20

Base64:

3bc=

© 2025 Unicode Finder

ݷ U+0777 ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW ইউনিক্ষর - Unicode Finder

Contact: [email protected]