Unicode Finder

"ற" U+0BB1(TAMIL LETTER RRA)

U+0BB1
ব্লক নাম
Tamil
নাম
TAMIL LETTER RRA

Programming

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

Web

CSS
\000BB1
HtmlDecimal
ற
HtmlHexadecimal
ற
Url
%E0%AE%B1

Code

MD5
a5b347ed3117c50ae167fba0a3aa2da2
Sha1
bd9b8328a03e6d6621d303487c21d61ead1498ef
Base64
4K6x

ব্যবহারের উদাহরণ

Programming Languages

C:

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

JavaScript:

const char = '\u0BB1';
console.log(char);  // Output: ற

Java:

char c = '\u0BB1';
System.out.println(c);  // Output: ற

JSON:

{"text": "\u0BB1"}  // Value: ற

Python:

char = '\u0BB1'
print(char)  # Output: ற

Perl:

my $char = "\x{0BB1}";
print $char;  # Output: ற

PHP:

$char = "\x{0BB1}";
echo $char;  // Output: ற

Ruby:

char = "\u{0BB1}"
puts char  # Output: ற

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2993;</p>  <!-- Display: ற -->

HTML Hexadecimal:

<p>HTML hex: &#x0BB1;</p>  <!-- Display: ற -->

URL Encoding:

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

Encodings

MD5:

a5b347ed3117c50ae167fba0a3aa2da2

SHA1:

bd9b8328a03e6d6621d303487c21d61ead1498ef

Base64:

4K6x