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