C:
char c = '\u1E7C';
printf("%c\n", c); // Output: Ṽ
JavaScript:
const char = '\u1E7C';
console.log(char); // Output: Ṽ
Java:
char c = '\u1E7C';
System.out.println(c); // Output: Ṽ
JSON:
{"text": "\u1E7C"} // Value: Ṽ
Python:
char = '\u1E7C'
print(char) # Output: Ṽ
Perl:
my $char = "\x{1E7C}";
print $char; # Output: Ṽ
PHP:
$char = "\x{1E7C}";
echo $char; // Output: Ṽ
Ruby:
char = "\u{1E7C}"
puts char # Output: Ṽ
Rust:
let c = '\u{1E7C}';
println!("{}", c); // Output: Ṽ
Go:
char := '\u1E7C'
fmt.Printf("%c\n", char) // Output: Ṽ
CSS:
/* CSS content property */
.element::before {
content: "\001E7C"; /* 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=%E1%B9%BC
MD5:
2df60f9e90fc726cb064fe975b1532ed
SHA1:
d8bc65402ba6117b42e4f8e7dcfabf703100e768
Base64:
4bm8