Unicode Finder

"ா" U+0BBE(TAMIL VOWEL SIGN AA)

U+0BBE
Nama Blok
Tamil
Nama
TAMIL VOWEL SIGN AA

Programming

C
\u0BBE
JavaScript
\u0BBE
Java
\u0BBE
Json
\u0BBE
Python
\u0BBE
Perl
\x{0BBE}
PHP
\x{0BBE}
Ruby
\u{0BBE}
Rust
\u{BBE}
Go
\u0BBE

Web

CSS
\000BBE
HtmlDecimal
ா
HtmlHexadecimal
ா
Url
%E0%AE%BE

Code

MD5
aa1c18379c9a892d9e26b98bd7658ba5
Sha1
a31500c2163f67bb4311173622cb45eb4c08e952
Base64
4K6+

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u0BBE';
console.log(char);  // Output: ா

Java:

char c = '\u0BBE';
System.out.println(c);  // Output: ா

JSON:

{"text": "\u0BBE"}  // Value: ா

Python:

char = '\u0BBE'
print(char)  # Output: ா

Perl:

my $char = "\x{0BBE}";
print $char;  # Output: ா

PHP:

$char = "\x{0BBE}";
echo $char;  // Output: ா

Ruby:

char = "\u{0BBE}"
puts char  # Output: ா

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000BBE";  /* Display: ா */
}

HTML Decimal:

<p>HTML decimal: &#3006;</p>  <!-- Display: ா -->

HTML Hexadecimal:

<p>HTML hex: &#x0BBE;</p>  <!-- Display: ா -->

URL Encoding:

// ா URL encoding
https://unicodefinder.com/search.php?query=%E0%AE%BE

Encodings

MD5:

aa1c18379c9a892d9e26b98bd7658ba5

SHA1:

a31500c2163f67bb4311173622cb45eb4c08e952

Base64:

4K6+