Unicode Finder

"௵" U+0BF5(TAMIL YEAR SIGN)

U+0BF5
اسم الكتلة
Tamil
الاسم
TAMIL YEAR SIGN

Programming

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

Web

CSS
\000BF5
HtmlDecimal
௵
HtmlHexadecimal
௵
Url
%E0%AF%B5

Code

MD5
d9c79a62aecc6ae485d5c877bc0a457b
Sha1
a477128f05c3d10e71b5ebac00de4e3cc012734c
Base64
4K+1

أمثلة الاستخدام

Programming Languages

C:

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

JavaScript:

const char = '\u0BF5';
console.log(char);  // Output: ௵

Java:

char c = '\u0BF5';
System.out.println(c);  // Output: ௵

JSON:

{"text": "\u0BF5"}  // Value: ௵

Python:

char = '\u0BF5'
print(char)  # Output: ௵

Perl:

my $char = "\x{0BF5}";
print $char;  # Output: ௵

PHP:

$char = "\x{0BF5}";
echo $char;  // Output: ௵

Ruby:

char = "\u{0BF5}"
puts char  # Output: ௵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3061;</p>  <!-- Display: ௵ -->

HTML Hexadecimal:

<p>HTML hex: &#x0BF5;</p>  <!-- Display: ௵ -->

URL Encoding:

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

Encodings

MD5:

d9c79a62aecc6ae485d5c877bc0a457b

SHA1:

a477128f05c3d10e71b5ebac00de4e3cc012734c

Base64:

4K+1