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