C:
char c = '\u0C58';
printf("%c\n", c); // Output: ౘ
JavaScript:
const char = '\u0C58';
console.log(char); // Output: ౘ
Java:
char c = '\u0C58';
System.out.println(c); // Output: ౘ
JSON:
{"text": "\u0C58"} // Value: ౘ
Python:
char = '\u0C58'
print(char) # Output: ౘ
Perl:
my $char = "\x{0C58}";
print $char; # Output: ౘ
PHP:
$char = "\x{0C58}";
echo $char; // Output: ౘ
Ruby:
char = "\u{0C58}"
puts char # Output: ౘ
Rust:
let c = '\u{C58}';
println!("{}", c); // Output: ౘ
Go:
char := '\u0C58'
fmt.Printf("%c\n", char) // Output: ౘ
CSS:
/* CSS content property */
.element::before {
content: "\000C58"; /* Display: ౘ */
}
HTML Decimal:
<p>HTML decimal: ౘ</p> <!-- Display: ౘ -->
HTML Hexadecimal:
<p>HTML hex: ౘ</p> <!-- Display: ౘ -->
URL Encoding:
// ౘ URL encoding
https://unicodefinder.com/search.php?query=%E0%B1%98
MD5:
457eb231dbe4e08e1679cb1eb6a554b8
SHA1:
f8d67c426c6ebd6bc99628ea33297c0e73f8bb73
Base64:
4LGY