C:
char c = '\uA776';
printf("%c\n", c); // Output: ꝶ
JavaScript:
const char = '\uA776';
console.log(char); // Output: ꝶ
Java:
char c = '\uA776';
System.out.println(c); // Output: ꝶ
JSON:
{"text": "\uA776"} // Value: ꝶ
Python:
char = '\uA776'
print(char) # Output: ꝶ
Perl:
my $char = "\x{A776}";
print $char; # Output: ꝶ
PHP:
$char = "\x{A776}";
echo $char; // Output: ꝶ
Ruby:
char = "\u{A776}"
puts char # Output: ꝶ
Rust:
let c = '\u{A776}';
println!("{}", c); // Output: ꝶ
Go:
char := '\uA776'
fmt.Printf("%c\n", char) // Output: ꝶ
CSS:
/* CSS content property */
.element::before {
content: "\00A776"; /* 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=%EA%9D%B6
MD5:
a981656ccd3842e96277ffa25b7481fe
SHA1:
f7a9e2867e2643ca45f0fb01f7432028fcc3bce2
Base64:
6p22