Unicode Finder

"Ꜻ" U+A73A(LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR)

U+A73A
ブロック名
Latin Extended-D
名前
LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR

Programming

C
\uA73A
JavaScript
\uA73A
Java
\uA73A
Json
\uA73A
Python
\uA73A
Perl
\x{A73A}
PHP
\x{A73A}
Ruby
\u{A73A}
Rust
\u{A73A}
Go
\uA73A

Web

CSS
\00A73A
HtmlDecimal
Ꜻ
HtmlHexadecimal
Ꜻ
Url
%EA%9C%BA

Code

MD5
a767c3a618bb0793efc4f5ace2236377
Sha1
50f8096a91e89eba4df67651c8d7e4c7b3b76cb3
Base64
6py6

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA73A';
console.log(char);  // Output: Ꜻ

Java:

char c = '\uA73A';
System.out.println(c);  // Output: Ꜻ

JSON:

{"text": "\uA73A"}  // Value: Ꜻ

Python:

char = '\uA73A'
print(char)  # Output: Ꜻ

Perl:

my $char = "\x{A73A}";
print $char;  # Output: Ꜻ

PHP:

$char = "\x{A73A}";
echo $char;  // Output: Ꜻ

Ruby:

char = "\u{A73A}"
puts char  # Output: Ꜻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42810;</p>  <!-- Display: Ꜻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA73A;</p>  <!-- Display: Ꜻ -->

URL Encoding:

// Ꜻ URL encoding
https://unicodefinder.com/search.php?query=%EA%9C%BA

Encodings

MD5:

a767c3a618bb0793efc4f5ace2236377

SHA1:

50f8096a91e89eba4df67651c8d7e4c7b3b76cb3

Base64:

6py6