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