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