Unicode Finder

"ⰸ" U+2C38(GLAGOLITIC SMALL LETTER ZEMLJA)

U+2C38
Block Name
Glagolitic
Name
GLAGOLITIC SMALL LETTER ZEMLJA

Programming

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

Web

CSS
\002C38
HtmlDecimal
ⰸ
HtmlHexadecimal
ⰸ
Url
%E2%B0%B8

Code

MD5
de36f520c0fef907c99cafa17413e8ab
Sha1
b92ed2cad412ed70ffeb4dc2de04221f8c99b92b
Base64
4rC4

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C38';
console.log(char);  // Output: ⰸ

Java:

char c = '\u2C38';
System.out.println(c);  // Output: ⰸ

JSON:

{"text": "\u2C38"}  // Value: ⰸ

Python:

char = '\u2C38'
print(char)  # Output: ⰸ

Perl:

my $char = "\x{2C38}";
print $char;  # Output: ⰸ

PHP:

$char = "\x{2C38}";
echo $char;  // Output: ⰸ

Ruby:

char = "\u{2C38}"
puts char  # Output: ⰸ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11320;</p>  <!-- Display: ⰸ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C38;</p>  <!-- Display: ⰸ -->

URL Encoding:

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

Encodings

MD5:

de36f520c0fef907c99cafa17413e8ab

SHA1:

b92ed2cad412ed70ffeb4dc2de04221f8c99b92b

Base64:

4rC4