Unicode Finder

"༵" U+0F35(TIBETAN MARK NGAS BZUNG NYI ZLA)

U+0F35
ब्लॉक का नाम
Tibetan
नाम
TIBETAN MARK NGAS BZUNG NYI ZLA

Programming

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

Web

CSS
\000F35
HtmlDecimal
༵
HtmlHexadecimal
༵
Url
%E0%BC%B5

Code

MD5
ac2090fc4e71cf1cd47d569456355c61
Sha1
fa0abfc32efc3a2bd2f89573555254f57d070dfd
Base64
4Ly1

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u0F35';
console.log(char);  // Output: ༵

Java:

char c = '\u0F35';
System.out.println(c);  // Output: ༵

JSON:

{"text": "\u0F35"}  // Value: ༵

Python:

char = '\u0F35'
print(char)  # Output: ༵

Perl:

my $char = "\x{0F35}";
print $char;  # Output: ༵

PHP:

$char = "\x{0F35}";
echo $char;  // Output: ༵

Ruby:

char = "\u{0F35}"
puts char  # Output: ༵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3893;</p>  <!-- Display: ༵ -->

HTML Hexadecimal:

<p>HTML hex: &#x0F35;</p>  <!-- Display: ༵ -->

URL Encoding:

// ༵ URL encoding
https://unicodefinder.com/search.php?query=%E0%BC%B5

Encodings

MD5:

ac2090fc4e71cf1cd47d569456355c61

SHA1:

fa0abfc32efc3a2bd2f89573555254f57d070dfd

Base64:

4Ly1