Unicode Finder

"ꡛ" U+A85B(PHAGS-PA LETTER SA)

U+A85B
ブロック名
Phags-pa
名前
PHAGS-PA LETTER SA

Programming

C
\uA85B
JavaScript
\uA85B
Java
\uA85B
Json
\uA85B
Python
\uA85B
Perl
\x{A85B}
PHP
\x{A85B}
Ruby
\u{A85B}
Rust
\u{A85B}
Go
\uA85B

Web

CSS
\00A85B
HtmlDecimal
ꡛ
HtmlHexadecimal
ꡛ
Url
%EA%A1%9B

Code

MD5
32231915d554e00d56ec8aa703a6dbaa
Sha1
e85896cedf4c5a6954cce4d2322c98ef257272cf
Base64
6qGb

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA85B';
console.log(char);  // Output: ꡛ

Java:

char c = '\uA85B';
System.out.println(c);  // Output: ꡛ

JSON:

{"text": "\uA85B"}  // Value: ꡛ

Python:

char = '\uA85B'
print(char)  # Output: ꡛ

Perl:

my $char = "\x{A85B}";
print $char;  # Output: ꡛ

PHP:

$char = "\x{A85B}";
echo $char;  // Output: ꡛ

Ruby:

char = "\u{A85B}"
puts char  # Output: ꡛ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43099;</p>  <!-- Display: ꡛ -->

HTML Hexadecimal:

<p>HTML hex: &#xA85B;</p>  <!-- Display: ꡛ -->

URL Encoding:

// ꡛ URL encoding
https://unicodefinder.com/search.php?query=%EA%A1%9B

Encodings

MD5:

32231915d554e00d56ec8aa703a6dbaa

SHA1:

e85896cedf4c5a6954cce4d2322c98ef257272cf

Base64:

6qGb