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