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