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