Unicode Finder

"౸" U+0C78(TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR)

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

Programming

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

Web

CSS
\000C78
HtmlDecimal
౸
HtmlHexadecimal
౸
Url
%E0%B1%B8

Code

MD5
ba0418b5828319658433963ce6e127ea
Sha1
cd70d864fc5491f47eecf0083666b670c23f4b68
Base64
4LG4

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

Programming Languages

C:

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

JavaScript:

const char = '\u0C78';
console.log(char);  // Output: ౸

Java:

char c = '\u0C78';
System.out.println(c);  // Output: ౸

JSON:

{"text": "\u0C78"}  // Value: ౸

Python:

char = '\u0C78'
print(char)  # Output: ౸

Perl:

my $char = "\x{0C78}";
print $char;  # Output: ౸

PHP:

$char = "\x{0C78}";
echo $char;  // Output: ౸

Ruby:

char = "\u{0C78}"
puts char  # Output: ౸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#3192;</p>  <!-- Display: ౸ -->

HTML Hexadecimal:

<p>HTML hex: &#x0C78;</p>  <!-- Display: ౸ -->

URL Encoding:

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

Encodings

MD5:

ba0418b5828319658433963ce6e127ea

SHA1:

cd70d864fc5491f47eecf0083666b670c23f4b68

Base64:

4LG4

© 2025 Unicode Finder

౸ U+0C78 TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR यूनिकोड वर्ण - Unicode Finder

Contact: [email protected]