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