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