Unicode Finder

"ؽ" U+063D(ARABIC LETTER FARSI YEH WITH INVERTED V)

ؽ
U+063D
اسم الكتلة
Arabic
الاسم
ARABIC LETTER FARSI YEH WITH INVERTED V

Programming

C
\u063D
JavaScript
\u063D
Java
\u063D
Json
\u063D
Python
\u063D
Perl
\x{063D}
PHP
\x{063D}
Ruby
\u{063D}
Rust
\u{63D}
Go
\u063D

Web

CSS
\00063D
HtmlDecimal
ؽ
HtmlHexadecimal
ؽ
Url
%D8%BD

Code

MD5
1ea8188099baeb43d5d459d059a08678
Sha1
7e117ef32b9b845c5aa88cb0068813689b45e0b3
Base64
2L0=

أمثلة الاستخدام

Programming Languages

C:

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

JavaScript:

const char = '\u063D';
console.log(char);  // Output: ؽ

Java:

char c = '\u063D';
System.out.println(c);  // Output: ؽ

JSON:

{"text": "\u063D"}  // Value: ؽ

Python:

char = '\u063D'
print(char)  # Output: ؽ

Perl:

my $char = "\x{063D}";
print $char;  # Output: ؽ

PHP:

$char = "\x{063D}";
echo $char;  // Output: ؽ

Ruby:

char = "\u{063D}"
puts char  # Output: ؽ

Rust:

let c = '\u{63D}';
println!("{}", c);  // Output: ؽ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00063D";  /* Display: ؽ */
}

HTML Decimal:

<p>HTML decimal: &#1597;</p>  <!-- Display: ؽ -->

HTML Hexadecimal:

<p>HTML hex: &#x063D;</p>  <!-- Display: ؽ -->

URL Encoding:

// ؽ URL encoding
https://unicodefinder.com/search.php?query=%D8%BD

Encodings

MD5:

1ea8188099baeb43d5d459d059a08678

SHA1:

7e117ef32b9b845c5aa88cb0068813689b45e0b3

Base64:

2L0=