Unicode Finder

"࿚" U+0FDA(TIBETAN MARK TRAILING MCHAN RTAGS)

U+0FDA
بلاک کا نام
Tibetan
نام
TIBETAN MARK TRAILING MCHAN RTAGS

Programming

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

Web

CSS
\000FDA
HtmlDecimal
࿚
HtmlHexadecimal
࿚
Url
%E0%BF%9A

Code

MD5
aa839676d983fcdf8bd4c16df2c4b6af
Sha1
f752063324ed4d979eb7645a1540f376581dc12b
Base64
4L+a

استعمال کی مثالیں

Programming Languages

C:

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

JavaScript:

const char = '\u0FDA';
console.log(char);  // Output: ࿚

Java:

char c = '\u0FDA';
System.out.println(c);  // Output: ࿚

JSON:

{"text": "\u0FDA"}  // Value: ࿚

Python:

char = '\u0FDA'
print(char)  # Output: ࿚

Perl:

my $char = "\x{0FDA}";
print $char;  # Output: ࿚

PHP:

$char = "\x{0FDA}";
echo $char;  // Output: ࿚

Ruby:

char = "\u{0FDA}"
puts char  # Output: ࿚

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#4058;</p>  <!-- Display: ࿚ -->

HTML Hexadecimal:

<p>HTML hex: &#x0FDA;</p>  <!-- Display: ࿚ -->

URL Encoding:

// ࿚ URL encoding
https://unicodefinder.com/search.php?query=%E0%BF%9A

Encodings

MD5:

aa839676d983fcdf8bd4c16df2c4b6af

SHA1:

f752063324ed4d979eb7645a1540f376581dc12b

Base64:

4L+a