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