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