Unicode Finder

"௶" U+0BF6(TAMIL DEBIT SIGN)

U+0BF6
ব্লক নাম
Tamil
নাম
TAMIL DEBIT SIGN

Programming

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

Web

CSS
\000BF6
HtmlDecimal
௶
HtmlHexadecimal
௶
Url
%E0%AF%B6

Code

MD5
b7d5f34fcfcc71b466333388e80b2f19
Sha1
aeb3a1b42f08d1c70cb39be6d244708e253bbe88
Base64
4K+2

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

Programming Languages

C:

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

JavaScript:

const char = '\u0BF6';
console.log(char);  // Output: ௶

Java:

char c = '\u0BF6';
System.out.println(c);  // Output: ௶

JSON:

{"text": "\u0BF6"}  // Value: ௶

Python:

char = '\u0BF6'
print(char)  # Output: ௶

Perl:

my $char = "\x{0BF6}";
print $char;  # Output: ௶

PHP:

$char = "\x{0BF6}";
echo $char;  // Output: ௶

Ruby:

char = "\u{0BF6}"
puts char  # Output: ௶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3062;</p>  <!-- Display: ௶ -->

HTML Hexadecimal:

<p>HTML hex: &#x0BF6;</p>  <!-- Display: ௶ -->

URL Encoding:

// ௶ URL encoding
https://unicodefinder.com/search.php?query=%E0%AF%B6

Encodings

MD5:

b7d5f34fcfcc71b466333388e80b2f19

SHA1:

aeb3a1b42f08d1c70cb39be6d244708e253bbe88

Base64:

4K+2