Unicode Finder

"વ" U+0AB5(GUJARATI LETTER VA)

U+0AB5
Nama Blok
Gujarati
Nama
GUJARATI LETTER VA

Programming

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

Web

CSS
\000AB5
HtmlDecimal
વ
HtmlHexadecimal
વ
Url
%E0%AA%B5

Code

MD5
c5150e7341714d566fd1b3a3b4fa0ae1
Sha1
7051b65858e0995e58db0b852d393405e59192d4
Base64
4Kq1

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u0AB5';
console.log(char);  // Output: વ

Java:

char c = '\u0AB5';
System.out.println(c);  // Output: વ

JSON:

{"text": "\u0AB5"}  // Value: વ

Python:

char = '\u0AB5'
print(char)  # Output: વ

Perl:

my $char = "\x{0AB5}";
print $char;  # Output: વ

PHP:

$char = "\x{0AB5}";
echo $char;  // Output: વ

Ruby:

char = "\u{0AB5}"
puts char  # Output: વ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2741;</p>  <!-- Display: વ -->

HTML Hexadecimal:

<p>HTML hex: &#x0AB5;</p>  <!-- Display: વ -->

URL Encoding:

// વ URL encoding
https://unicodefinder.com/search.php?query=%E0%AA%B5

Encodings

MD5:

c5150e7341714d566fd1b3a3b4fa0ae1

SHA1:

7051b65858e0995e58db0b852d393405e59192d4

Base64:

4Kq1