Unicode Finder

"ಽ" U+0CBD(KANNADA SIGN AVAGRAHA)

U+0CBD
اسم الكتلة
Kannada
الاسم
KANNADA SIGN AVAGRAHA

Programming

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

Web

CSS
\000CBD
HtmlDecimal
ಽ
HtmlHexadecimal
ಽ
Url
%E0%B2%BD

Code

MD5
a406b57d7bf7f65c22e8a28d600f108b
Sha1
3d9904dcfda154a168ee97e5c09a1234c1784316
Base64
4LK9

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

Programming Languages

C:

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

JavaScript:

const char = '\u0CBD';
console.log(char);  // Output: ಽ

Java:

char c = '\u0CBD';
System.out.println(c);  // Output: ಽ

JSON:

{"text": "\u0CBD"}  // Value: ಽ

Python:

char = '\u0CBD'
print(char)  # Output: ಽ

Perl:

my $char = "\x{0CBD}";
print $char;  # Output: ಽ

PHP:

$char = "\x{0CBD}";
echo $char;  // Output: ಽ

Ruby:

char = "\u{0CBD}"
puts char  # Output: ಽ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3261;</p>  <!-- Display: ಽ -->

HTML Hexadecimal:

<p>HTML hex: &#x0CBD;</p>  <!-- Display: ಽ -->

URL Encoding:

// ಽ URL encoding
https://unicodefinder.com/search.php?query=%E0%B2%BD

Encodings

MD5:

a406b57d7bf7f65c22e8a28d600f108b

SHA1:

3d9904dcfda154a168ee97e5c09a1234c1784316

Base64:

4LK9