Unicode Finder

"ⰹ" U+2C39(GLAGOLITIC SMALL LETTER IZHE)

U+2C39
Block Name
Glagolitic
Name
GLAGOLITIC SMALL LETTER IZHE

Programming

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

Web

CSS
\002C39
HtmlDecimal
ⰹ
HtmlHexadecimal
ⰹ
Url
%E2%B0%B9

Code

MD5
f04b4f3acfd2c9066f77e057eee85035
Sha1
9bbd56e3f1b7f6aed876199b558cdad00ebe39cb
Base64
4rC5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C39';
console.log(char);  // Output: ⰹ

Java:

char c = '\u2C39';
System.out.println(c);  // Output: ⰹ

JSON:

{"text": "\u2C39"}  // Value: ⰹ

Python:

char = '\u2C39'
print(char)  # Output: ⰹ

Perl:

my $char = "\x{2C39}";
print $char;  # Output: ⰹ

PHP:

$char = "\x{2C39}";
echo $char;  // Output: ⰹ

Ruby:

char = "\u{2C39}"
puts char  # Output: ⰹ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11321;</p>  <!-- Display: ⰹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C39;</p>  <!-- Display: ⰹ -->

URL Encoding:

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

Encodings

MD5:

f04b4f3acfd2c9066f77e057eee85035

SHA1:

9bbd56e3f1b7f6aed876199b558cdad00ebe39cb

Base64:

4rC5