Unicode Finder

"ݳ" U+0773(ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE)

ݳ
U+0773
ชื่อบล็อก
Arabic Supplement
ชื่อ
ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE

Programming

C
\u0773
JavaScript
\u0773
Java
\u0773
Json
\u0773
Python
\u0773
Perl
\x{0773}
PHP
\x{0773}
Ruby
\u{0773}
Rust
\u{773}
Go
\u0773

Web

CSS
\000773
HtmlDecimal
ݳ
HtmlHexadecimal
ݳ
Url
%DD%B3

Code

MD5
0be7963d62a8bb721d806fed9121628d
Sha1
62502fc7d7edcb94f7380e615993565bebc5831d
Base64
3bM=

ตัวอย่างการใช้งาน

Programming Languages

C:

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

JavaScript:

const char = '\u0773';
console.log(char);  // Output: ݳ

Java:

char c = '\u0773';
System.out.println(c);  // Output: ݳ

JSON:

{"text": "\u0773"}  // Value: ݳ

Python:

char = '\u0773'
print(char)  # Output: ݳ

Perl:

my $char = "\x{0773}";
print $char;  # Output: ݳ

PHP:

$char = "\x{0773}";
echo $char;  // Output: ݳ

Ruby:

char = "\u{0773}"
puts char  # Output: ݳ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000773";  /* Display: ݳ */
}

HTML Decimal:

<p>HTML decimal: &#1907;</p>  <!-- Display: ݳ -->

HTML Hexadecimal:

<p>HTML hex: &#x0773;</p>  <!-- Display: ݳ -->

URL Encoding:

// ݳ URL encoding
https://unicodefinder.com/search.php?query=%DD%B3

Encodings

MD5:

0be7963d62a8bb721d806fed9121628d

SHA1:

62502fc7d7edcb94f7380e615993565bebc5831d

Base64:

3bM=

© 2025 Unicode Finder

ݳ U+0773 ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE อักขระ Unicode - Unicode Finder

Contact: [email protected]