Unicode Finder

"ށ" U+0781(THAANA LETTER SHAVIYANI)

ށ
U+0781
Tên Khối
Thaana
Tên
THAANA LETTER SHAVIYANI

Programming

C
\u0781
JavaScript
\u0781
Java
\u0781
Json
\u0781
Python
\u0781
Perl
\x{0781}
PHP
\x{0781}
Ruby
\u{0781}
Rust
\u{781}
Go
\u0781

Web

CSS
\000781
HtmlDecimal
ށ
HtmlHexadecimal
ށ
Url
%DE%81

Code

MD5
16ba58ea2767426f3af377f1ef322ded
Sha1
994d0694d7e36512446da8727017adf246647880
Base64
3oE=

Ví dụ Sử dụng

Programming Languages

C:

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

JavaScript:

const char = '\u0781';
console.log(char);  // Output: ށ

Java:

char c = '\u0781';
System.out.println(c);  // Output: ށ

JSON:

{"text": "\u0781"}  // Value: ށ

Python:

char = '\u0781'
print(char)  # Output: ށ

Perl:

my $char = "\x{0781}";
print $char;  # Output: ށ

PHP:

$char = "\x{0781}";
echo $char;  // Output: ށ

Ruby:

char = "\u{0781}"
puts char  # Output: ށ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000781";  /* Display: ށ */
}

HTML Decimal:

<p>HTML decimal: &#1921;</p>  <!-- Display: ށ -->

HTML Hexadecimal:

<p>HTML hex: &#x0781;</p>  <!-- Display: ށ -->

URL Encoding:

// ށ URL encoding
https://unicodefinder.com/search.php?query=%DE%81

Encodings

MD5:

16ba58ea2767426f3af377f1ef322ded

SHA1:

994d0694d7e36512446da8727017adf246647880

Base64:

3oE=