C:
char c = '\uA2AC';
printf("%c\n", c); // Output: ꊬ
JavaScript:
const char = '\uA2AC';
console.log(char); // Output: ꊬ
Java:
char c = '\uA2AC';
System.out.println(c); // Output: ꊬ
JSON:
{"text": "\uA2AC"} // Value: ꊬ
Python:
char = '\uA2AC'
print(char) # Output: ꊬ
Perl:
my $char = "\x{A2AC}";
print $char; # Output: ꊬ
PHP:
$char = "\x{A2AC}";
echo $char; // Output: ꊬ
Ruby:
char = "\u{A2AC}"
puts char # Output: ꊬ
Rust:
let c = '\u{A2AC}';
println!("{}", c); // Output: ꊬ
Go:
char := '\uA2AC'
fmt.Printf("%c\n", char) // Output: ꊬ
CSS:
/* CSS content property */
.element::before {
content: "\00A2AC"; /* 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%8A%AC
MD5:
b913a9c24fd4c1a41cd9dfed8e1439bc
SHA1:
1de7987f0d6572641e4416ff23c42fd018b4af11
Base64:
6oqs