Unicode Finder

"౹" U+0C79(TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR)

U+0C79
ब्लॉक का नाम
Telugu
नाम
TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR

Programming

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

Web

CSS
\000C79
HtmlDecimal
౹
HtmlHexadecimal
౹
Url
%E0%B1%B9

Code

MD5
c66ee435a8c3681582b0cea195dd153a
Sha1
2487e312a5ee7a7cd72f9b06e3948f60eb2a82e6
Base64
4LG5

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u0C79';
console.log(char);  // Output: ౹

Java:

char c = '\u0C79';
System.out.println(c);  // Output: ౹

JSON:

{"text": "\u0C79"}  // Value: ౹

Python:

char = '\u0C79'
print(char)  # Output: ౹

Perl:

my $char = "\x{0C79}";
print $char;  # Output: ౹

PHP:

$char = "\x{0C79}";
echo $char;  // Output: ౹

Ruby:

char = "\u{0C79}"
puts char  # Output: ౹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3193;</p>  <!-- Display: ౹ -->

HTML Hexadecimal:

<p>HTML hex: &#x0C79;</p>  <!-- Display: ౹ -->

URL Encoding:

// ౹ URL encoding
https://unicodefinder.com/search.php?query=%E0%B1%B9

Encodings

MD5:

c66ee435a8c3681582b0cea195dd153a

SHA1:

2487e312a5ee7a7cd72f9b06e3948f60eb2a82e6

Base64:

4LG5