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