C:
char c = '\uA76D';
printf("%c\n", c); // Output: ꝭ
JavaScript:
const char = '\uA76D';
console.log(char); // Output: ꝭ
Java:
char c = '\uA76D';
System.out.println(c); // Output: ꝭ
JSON:
{"text": "\uA76D"} // Value: ꝭ
Python:
char = '\uA76D'
print(char) # Output: ꝭ
Perl:
my $char = "\x{A76D}";
print $char; # Output: ꝭ
PHP:
$char = "\x{A76D}";
echo $char; // Output: ꝭ
Ruby:
char = "\u{A76D}"
puts char # Output: ꝭ
Rust:
let c = '\u{A76D}';
println!("{}", c); // Output: ꝭ
Go:
char := '\uA76D'
fmt.Printf("%c\n", char) // Output: ꝭ
CSS:
/* CSS content property */
.element::before {
content: "\00A76D"; /* 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%AD
MD5:
dd0756ff1873b297d563e33b83a178ab
SHA1:
99c44ea18377bce1cee703d04bedd17085e6f7ef
Base64:
6p2t