Unicode Finder

"ړ" U+0693(ARABIC LETTER REH WITH RING)

ړ
U+0693
بلاک کا نام
Arabic
نام
ARABIC LETTER REH WITH RING

Programming

C
\u0693
JavaScript
\u0693
Java
\u0693
Json
\u0693
Python
\u0693
Perl
\x{0693}
PHP
\x{0693}
Ruby
\u{0693}
Rust
\u{693}
Go
\u0693

Web

CSS
\000693
HtmlDecimal
ړ
HtmlHexadecimal
ړ
Url
%DA%93

Code

MD5
f37ec3f0ac39901d602637844db584e9
Sha1
83d6a2a58bdb290ceff1a774104c988564396a11
Base64
2pM=

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

Programming Languages

C:

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

JavaScript:

const char = '\u0693';
console.log(char);  // Output: ړ

Java:

char c = '\u0693';
System.out.println(c);  // Output: ړ

JSON:

{"text": "\u0693"}  // Value: ړ

Python:

char = '\u0693'
print(char)  # Output: ړ

Perl:

my $char = "\x{0693}";
print $char;  # Output: ړ

PHP:

$char = "\x{0693}";
echo $char;  // Output: ړ

Ruby:

char = "\u{0693}"
puts char  # Output: ړ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000693";  /* Display: ړ */
}

HTML Decimal:

<p>HTML decimal: &#1683;</p>  <!-- Display: ړ -->

HTML Hexadecimal:

<p>HTML hex: &#x0693;</p>  <!-- Display: ړ -->

URL Encoding:

// ړ URL encoding
https://unicodefinder.com/search.php?query=%DA%93

Encodings

MD5:

f37ec3f0ac39901d602637844db584e9

SHA1:

83d6a2a58bdb290ceff1a774104c988564396a11

Base64:

2pM=

© 2025 Unicode Finder

ړ U+0693 ARABIC LETTER REH WITH RING یونیکوڈ حرف - Unicode Finder

Contact: d2@fanqiang.me