Unicode Finder

"ꢷ" U+A8B7(SAURASHTRA VOWEL SIGN II)

U+A8B7
ブロック名
Saurashtra
名前
SAURASHTRA VOWEL SIGN II

Programming

C
\uA8B7
JavaScript
\uA8B7
Java
\uA8B7
Json
\uA8B7
Python
\uA8B7
Perl
\x{A8B7}
PHP
\x{A8B7}
Ruby
\u{A8B7}
Rust
\u{A8B7}
Go
\uA8B7

Web

CSS
\00A8B7
HtmlDecimal
ꢷ
HtmlHexadecimal
ꢷ
Url
%EA%A2%B7

Code

MD5
ae27837cdc2e3de51f3219d0ae5f3e1e
Sha1
2a9eaa5c22ec01d7f38290b427ad73fffd06a3ae
Base64
6qK3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA8B7';
console.log(char);  // Output: ꢷ

Java:

char c = '\uA8B7';
System.out.println(c);  // Output: ꢷ

JSON:

{"text": "\uA8B7"}  // Value: ꢷ

Python:

char = '\uA8B7'
print(char)  # Output: ꢷ

Perl:

my $char = "\x{A8B7}";
print $char;  # Output: ꢷ

PHP:

$char = "\x{A8B7}";
echo $char;  // Output: ꢷ

Ruby:

char = "\u{A8B7}"
puts char  # Output: ꢷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43191;</p>  <!-- Display: ꢷ -->

HTML Hexadecimal:

<p>HTML hex: &#xA8B7;</p>  <!-- Display: ꢷ -->

URL Encoding:

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

Encodings

MD5:

ae27837cdc2e3de51f3219d0ae5f3e1e

SHA1:

2a9eaa5c22ec01d7f38290b427ad73fffd06a3ae

Base64:

6qK3