Unicode Finder

"ꢳ" U+A8B3(SAURASHTRA LETTER LLA)

U+A8B3
ブロック名
Saurashtra
名前
SAURASHTRA LETTER LLA

Programming

C
\uA8B3
JavaScript
\uA8B3
Java
\uA8B3
Json
\uA8B3
Python
\uA8B3
Perl
\x{A8B3}
PHP
\x{A8B3}
Ruby
\u{A8B3}
Rust
\u{A8B3}
Go
\uA8B3

Web

CSS
\00A8B3
HtmlDecimal
ꢳ
HtmlHexadecimal
ꢳ
Url
%EA%A2%B3

Code

MD5
b18bd9b51a86f43a904420a6747eff29
Sha1
0bc31111699fb302578f6f25401ad6432dd4929d
Base64
6qKz

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA8B3';
console.log(char);  // Output: ꢳ

Java:

char c = '\uA8B3';
System.out.println(c);  // Output: ꢳ

JSON:

{"text": "\uA8B3"}  // Value: ꢳ

Python:

char = '\uA8B3'
print(char)  # Output: ꢳ

Perl:

my $char = "\x{A8B3}";
print $char;  # Output: ꢳ

PHP:

$char = "\x{A8B3}";
echo $char;  // Output: ꢳ

Ruby:

char = "\u{A8B3}"
puts char  # Output: ꢳ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43187;</p>  <!-- Display: ꢳ -->

HTML Hexadecimal:

<p>HTML hex: &#xA8B3;</p>  <!-- Display: ꢳ -->

URL Encoding:

// ꢳ URL encoding
https://unicodefinder.com/search.php?query=%EA%A2%B3

Encodings

MD5:

b18bd9b51a86f43a904420a6747eff29

SHA1:

0bc31111699fb302578f6f25401ad6432dd4929d

Base64:

6qKz