Unicode Finder

"ꠙ" U+A819(SYLOTI NAGRI LETTER PO)

U+A819
ブロック名
Syloti Nagri
名前
SYLOTI NAGRI LETTER PO

Programming

C
\uA819
JavaScript
\uA819
Java
\uA819
Json
\uA819
Python
\uA819
Perl
\x{A819}
PHP
\x{A819}
Ruby
\u{A819}
Rust
\u{A819}
Go
\uA819

Web

CSS
\00A819
HtmlDecimal
ꠙ
HtmlHexadecimal
ꠙ
Url
%EA%A0%99

Code

MD5
8f84f8739272542936450d5d7942ded3
Sha1
5a0ac52d70537ffa7b734d97497db58980720341
Base64
6qCZ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA819';
console.log(char);  // Output: ꠙ

Java:

char c = '\uA819';
System.out.println(c);  // Output: ꠙ

JSON:

{"text": "\uA819"}  // Value: ꠙ

Python:

char = '\uA819'
print(char)  # Output: ꠙ

Perl:

my $char = "\x{A819}";
print $char;  # Output: ꠙ

PHP:

$char = "\x{A819}";
echo $char;  // Output: ꠙ

Ruby:

char = "\u{A819}"
puts char  # Output: ꠙ

Rust:

let c = '\u{A819}';
println!("{}", c);  // Output: ꠙ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A819";  /* Display: ꠙ */
}

HTML Decimal:

<p>HTML decimal: &#43033;</p>  <!-- Display: ꠙ -->

HTML Hexadecimal:

<p>HTML hex: &#xA819;</p>  <!-- Display: ꠙ -->

URL Encoding:

// ꠙ URL encoding
https://unicodefinder.com/search.php?query=%EA%A0%99

Encodings

MD5:

8f84f8739272542936450d5d7942ded3

SHA1:

5a0ac52d70537ffa7b734d97497db58980720341

Base64:

6qCZ