Unicode Finder

"ⰷ" U+2C37(GLAGOLITIC SMALL LETTER DZELO)

U+2C37
Block Name
Glagolitic
Name
GLAGOLITIC SMALL LETTER DZELO

Programming

C
\u2C37
JavaScript
\u2C37
Java
\u2C37
Json
\u2C37
Python
\u2C37
Perl
\x{2C37}
PHP
\x{2C37}
Ruby
\u{2C37}
Rust
\u{2C37}
Go
\u2C37

Web

CSS
\002C37
HtmlDecimal
ⰷ
HtmlHexadecimal
ⰷ
Url
%E2%B0%B7

Code

MD5
f14550bbdc3a9ccf92deff48e8d2c047
Sha1
083f0072e8904b7923830d24be8ea9e930806d63
Base64
4rC3

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C37';
console.log(char);  // Output: ⰷ

Java:

char c = '\u2C37';
System.out.println(c);  // Output: ⰷ

JSON:

{"text": "\u2C37"}  // Value: ⰷ

Python:

char = '\u2C37'
print(char)  # Output: ⰷ

Perl:

my $char = "\x{2C37}";
print $char;  # Output: ⰷ

PHP:

$char = "\x{2C37}";
echo $char;  // Output: ⰷ

Ruby:

char = "\u{2C37}"
puts char  # Output: ⰷ

Rust:

let c = '\u{2C37}';
println!("{}", c);  // Output: ⰷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002C37";  /* Display: ⰷ */
}

HTML Decimal:

<p>HTML decimal: &#11319;</p>  <!-- Display: ⰷ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C37;</p>  <!-- Display: ⰷ -->

URL Encoding:

// ⰷ URL encoding
https://unicodefinder.com/search.php?query=%E2%B0%B7

Encodings

MD5:

f14550bbdc3a9ccf92deff48e8d2c047

SHA1:

083f0072e8904b7923830d24be8ea9e930806d63

Base64:

4rC3