Unicode Finder

"މ" U+0789(THAANA LETTER MEEMU)

މ
U+0789
Blocknamn
Thaana
Namn
THAANA LETTER MEEMU

Programming

C
\u0789
JavaScript
\u0789
Java
\u0789
Json
\u0789
Python
\u0789
Perl
\x{0789}
PHP
\x{0789}
Ruby
\u{0789}
Rust
\u{789}
Go
\u0789

Web

CSS
\000789
HtmlDecimal
މ
HtmlHexadecimal
މ
Url
%DE%89

Code

MD5
a6765e0fc4e7da026417b99d87aaff4c
Sha1
f66149432079a1ac10eafcf0ac5f63c17ca9d54d
Base64
3ok=

Användningsexempel

Programming Languages

C:

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

JavaScript:

const char = '\u0789';
console.log(char);  // Output: މ

Java:

char c = '\u0789';
System.out.println(c);  // Output: މ

JSON:

{"text": "\u0789"}  // Value: މ

Python:

char = '\u0789'
print(char)  # Output: މ

Perl:

my $char = "\x{0789}";
print $char;  # Output: މ

PHP:

$char = "\x{0789}";
echo $char;  // Output: މ

Ruby:

char = "\u{0789}"
puts char  # Output: މ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000789";  /* Display: މ */
}

HTML Decimal:

<p>HTML decimal: &#1929;</p>  <!-- Display: މ -->

HTML Hexadecimal:

<p>HTML hex: &#x0789;</p>  <!-- Display: މ -->

URL Encoding:

// މ URL encoding
https://unicodefinder.com/search.php?query=%DE%89

Encodings

MD5:

a6765e0fc4e7da026417b99d87aaff4c

SHA1:

f66149432079a1ac10eafcf0ac5f63c17ca9d54d

Base64:

3ok=