Unicode Finder

"ୣ" U+0B63(ORIYA VOWEL SIGN VOCALIC LL)

U+0B63
ব্লক নাম
Oriya
নাম
ORIYA VOWEL SIGN VOCALIC LL

Programming

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

Web

CSS
\000B63
HtmlDecimal
ୣ
HtmlHexadecimal
ୣ
Url
%E0%AD%A3

Code

MD5
a0172fc919c327177ed59025dcfb8168
Sha1
e988d6e87b4c9384256027e5d33f07cd74db9cb8
Base64
4K2j

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

Programming Languages

C:

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

JavaScript:

const char = '\u0B63';
console.log(char);  // Output: ୣ

Java:

char c = '\u0B63';
System.out.println(c);  // Output: ୣ

JSON:

{"text": "\u0B63"}  // Value: ୣ

Python:

char = '\u0B63'
print(char)  # Output: ୣ

Perl:

my $char = "\x{0B63}";
print $char;  # Output: ୣ

PHP:

$char = "\x{0B63}";
echo $char;  // Output: ୣ

Ruby:

char = "\u{0B63}"
puts char  # Output: ୣ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#2915;</p>  <!-- Display: ୣ -->

HTML Hexadecimal:

<p>HTML hex: &#x0B63;</p>  <!-- Display: ୣ -->

URL Encoding:

// ୣ URL encoding
https://unicodefinder.com/search.php?query=%E0%AD%A3

Encodings

MD5:

a0172fc919c327177ed59025dcfb8168

SHA1:

e988d6e87b4c9384256027e5d33f07cd74db9cb8

Base64:

4K2j