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