Unicode Finder

"࿓" U+0FD3(TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA)

U+0FD3
ব্লক নাম
Tibetan
নাম
TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA

Programming

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

Web

CSS
\000FD3
HtmlDecimal
࿓
HtmlHexadecimal
࿓
Url
%E0%BF%93

Code

MD5
ea0ad6ebda15df3f8a4629e4c0fbf377
Sha1
5f76dbf4ef4843bd7b97956376ca8d237df3c03e
Base64
4L+T

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

Programming Languages

C:

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

JavaScript:

const char = '\u0FD3';
console.log(char);  // Output: ࿓

Java:

char c = '\u0FD3';
System.out.println(c);  // Output: ࿓

JSON:

{"text": "\u0FD3"}  // Value: ࿓

Python:

char = '\u0FD3'
print(char)  # Output: ࿓

Perl:

my $char = "\x{0FD3}";
print $char;  # Output: ࿓

PHP:

$char = "\x{0FD3}";
echo $char;  // Output: ࿓

Ruby:

char = "\u{0FD3}"
puts char  # Output: ࿓

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#4051;</p>  <!-- Display: ࿓ -->

HTML Hexadecimal:

<p>HTML hex: &#x0FD3;</p>  <!-- Display: ࿓ -->

URL Encoding:

// ࿓ URL encoding
https://unicodefinder.com/search.php?query=%E0%BF%93

Encodings

MD5:

ea0ad6ebda15df3f8a4629e4c0fbf377

SHA1:

5f76dbf4ef4843bd7b97956376ca8d237df3c03e

Base64:

4L+T