Unicode Finder

"ݓ" U+0753(ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE)

ݓ
U+0753
بلاک کا نام
Arabic Supplement
نام
ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE

Programming

C
\u0753
JavaScript
\u0753
Java
\u0753
Json
\u0753
Python
\u0753
Perl
\x{0753}
PHP
\x{0753}
Ruby
\u{0753}
Rust
\u{753}
Go
\u0753

Web

CSS
\000753
HtmlDecimal
ݓ
HtmlHexadecimal
ݓ
Url
%DD%93

Code

MD5
5d647a6ce031348942b6b02b8a05c028
Sha1
a7730083dfc7f506d577abd4a0848e720ddcc11a
Base64
3ZM=

استعمال کی مثالیں

Programming Languages

C:

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

JavaScript:

const char = '\u0753';
console.log(char);  // Output: ݓ

Java:

char c = '\u0753';
System.out.println(c);  // Output: ݓ

JSON:

{"text": "\u0753"}  // Value: ݓ

Python:

char = '\u0753'
print(char)  # Output: ݓ

Perl:

my $char = "\x{0753}";
print $char;  # Output: ݓ

PHP:

$char = "\x{0753}";
echo $char;  // Output: ݓ

Ruby:

char = "\u{0753}"
puts char  # Output: ݓ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000753";  /* Display: ݓ */
}

HTML Decimal:

<p>HTML decimal: &#1875;</p>  <!-- Display: ݓ -->

HTML Hexadecimal:

<p>HTML hex: &#x0753;</p>  <!-- Display: ݓ -->

URL Encoding:

// ݓ URL encoding
https://unicodefinder.com/search.php?query=%DD%93

Encodings

MD5:

5d647a6ce031348942b6b02b8a05c028

SHA1:

a7730083dfc7f506d577abd4a0848e720ddcc11a

Base64:

3ZM=

© 2025 Unicode Finder

ݓ U+0753 ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE یونیکوڈ حرف - Unicode Finder

Contact: [email protected]