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