C:
char c = '\u0C63';
printf("%c\n", c); // Output: ౣ
JavaScript:
const char = '\u0C63';
console.log(char); // Output: ౣ
Java:
char c = '\u0C63';
System.out.println(c); // Output: ౣ
JSON:
{"text": "\u0C63"} // Value: ౣ
Python:
char = '\u0C63'
print(char) # Output: ౣ
Perl:
my $char = "\x{0C63}";
print $char; # Output: ౣ
PHP:
$char = "\x{0C63}";
echo $char; // Output: ౣ
Ruby:
char = "\u{0C63}"
puts char # Output: ౣ
Rust:
let c = '\u{C63}';
println!("{}", c); // Output: ౣ
Go:
char := '\u0C63'
fmt.Printf("%c\n", char) // Output: ౣ
CSS:
/* CSS content property */
.element::before {
content: "\000C63"; /* 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%A3
MD5:
173f59616d7f2c123840d8930cc158f9
SHA1:
d47e98a96ad5ddeb3d57b519b39c2d8aac6493e1
Base64:
4LGj