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