Unicode Finder

"ⰴ" U+2C34(GLAGOLITIC SMALL LETTER DOBRO)

U+2C34
Block Name
Glagolitic
Name
GLAGOLITIC SMALL LETTER DOBRO

Programming

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

Web

CSS
\002C34
HtmlDecimal
ⰴ
HtmlHexadecimal
ⰴ
Url
%E2%B0%B4

Code

MD5
6f7f76fceb0a8b2444105c78931dcdd2
Sha1
c4d64c5a769f9ce300ff3d33192a5526e6758625
Base64
4rC0

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C34';
console.log(char);  // Output: ⰴ

Java:

char c = '\u2C34';
System.out.println(c);  // Output: ⰴ

JSON:

{"text": "\u2C34"}  // Value: ⰴ

Python:

char = '\u2C34'
print(char)  # Output: ⰴ

Perl:

my $char = "\x{2C34}";
print $char;  # Output: ⰴ

PHP:

$char = "\x{2C34}";
echo $char;  // Output: ⰴ

Ruby:

char = "\u{2C34}"
puts char  # Output: ⰴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#11316;</p>  <!-- Display: ⰴ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C34;</p>  <!-- Display: ⰴ -->

URL Encoding:

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

Encodings

MD5:

6f7f76fceb0a8b2444105c78931dcdd2

SHA1:

c4d64c5a769f9ce300ff3d33192a5526e6758625

Base64:

4rC0