Unicode Finder

"܃" U+0703(SYRIAC SUPRALINEAR COLON)

܃
U+0703
بلاک کا نام
Syriac
نام
SYRIAC SUPRALINEAR COLON

Programming

C
\u0703
JavaScript
\u0703
Java
\u0703
Json
\u0703
Python
\u0703
Perl
\x{0703}
PHP
\x{0703}
Ruby
\u{0703}
Rust
\u{703}
Go
\u0703

Web

CSS
\000703
HtmlDecimal
܃
HtmlHexadecimal
܃
Url
%DC%83

Code

MD5
a4cf1bbc63d548a7dbb7c496b9b70c94
Sha1
9a51a20e8b0754667a1e21eba9b59419ff2d57cb
Base64
3IM=

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

Programming Languages

C:

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

JavaScript:

const char = '\u0703';
console.log(char);  // Output: ܃

Java:

char c = '\u0703';
System.out.println(c);  // Output: ܃

JSON:

{"text": "\u0703"}  // Value: ܃

Python:

char = '\u0703'
print(char)  # Output: ܃

Perl:

my $char = "\x{0703}";
print $char;  # Output: ܃

PHP:

$char = "\x{0703}";
echo $char;  // Output: ܃

Ruby:

char = "\u{0703}"
puts char  # Output: ܃

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000703";  /* Display: ܃ */
}

HTML Decimal:

<p>HTML decimal: &#1795;</p>  <!-- Display: ܃ -->

HTML Hexadecimal:

<p>HTML hex: &#x0703;</p>  <!-- Display: ܃ -->

URL Encoding:

// ܃ URL encoding
https://unicodefinder.com/search.php?query=%DC%83

Encodings

MD5:

a4cf1bbc63d548a7dbb7c496b9b70c94

SHA1:

9a51a20e8b0754667a1e21eba9b59419ff2d57cb

Base64:

3IM=

© 2025 Unicode Finder

܃ U+0703 SYRIAC SUPRALINEAR COLON یونیکوڈ حرف - Unicode Finder

Contact: d2@fanqiang.me