Unicode Finder

"௴" U+0BF4(TAMIL MONTH SIGN)

U+0BF4
ব্লক নাম
Tamil
নাম
TAMIL MONTH SIGN

Programming

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

Web

CSS
\000BF4
HtmlDecimal
௴
HtmlHexadecimal
௴
Url
%E0%AF%B4

Code

MD5
c82e5da11af898b164d1f6169db6b071
Sha1
161bf5287adbb8a825f5c4f480caa105a963f97c
Base64
4K+0

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

Programming Languages

C:

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

JavaScript:

const char = '\u0BF4';
console.log(char);  // Output: ௴

Java:

char c = '\u0BF4';
System.out.println(c);  // Output: ௴

JSON:

{"text": "\u0BF4"}  // Value: ௴

Python:

char = '\u0BF4'
print(char)  # Output: ௴

Perl:

my $char = "\x{0BF4}";
print $char;  # Output: ௴

PHP:

$char = "\x{0BF4}";
echo $char;  // Output: ௴

Ruby:

char = "\u{0BF4}"
puts char  # Output: ௴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3060;</p>  <!-- Display: ௴ -->

HTML Hexadecimal:

<p>HTML hex: &#x0BF4;</p>  <!-- Display: ௴ -->

URL Encoding:

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

Encodings

MD5:

c82e5da11af898b164d1f6169db6b071

SHA1:

161bf5287adbb8a825f5c4f480caa105a963f97c

Base64:

4K+0