Unicode Finder

"ͽ" U+037D(GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL)

ͽ
U+037D
بلاک کا نام
Greek and Coptic
نام
GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL

Programming

C
\u037D
JavaScript
\u037D
Java
\u037D
Json
\u037D
Python
\u037D
Perl
\x{037D}
PHP
\x{037D}
Ruby
\u{037D}
Rust
\u{37D}
Go
\u037D

Web

CSS
\00037D
HtmlDecimal
ͽ
HtmlHexadecimal
ͽ
Url
%CD%BD

Code

MD5
4e163af5e6daecadc2b20c1c4f234002
Sha1
43334f5af01b75e99294cce92c817e3ff2f3165f
Base64
zb0=

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

Programming Languages

C:

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

JavaScript:

const char = '\u037D';
console.log(char);  // Output: ͽ

Java:

char c = '\u037D';
System.out.println(c);  // Output: ͽ

JSON:

{"text": "\u037D"}  // Value: ͽ

Python:

char = '\u037D'
print(char)  # Output: ͽ

Perl:

my $char = "\x{037D}";
print $char;  # Output: ͽ

PHP:

$char = "\x{037D}";
echo $char;  // Output: ͽ

Ruby:

char = "\u{037D}"
puts char  # Output: ͽ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#893;</p>  <!-- Display: ͽ -->

HTML Hexadecimal:

<p>HTML hex: &#x037D;</p>  <!-- Display: ͽ -->

URL Encoding:

// ͽ URL encoding
https://unicodefinder.com/search.php?query=%CD%BD

Encodings

MD5:

4e163af5e6daecadc2b20c1c4f234002

SHA1:

43334f5af01b75e99294cce92c817e3ff2f3165f

Base64:

zb0=