C:
char c = '\uA2CB';
printf("%c\n", c); // Output: ꋋ
JavaScript:
const char = '\uA2CB';
console.log(char); // Output: ꋋ
Java:
char c = '\uA2CB';
System.out.println(c); // Output: ꋋ
JSON:
{"text": "\uA2CB"} // Value: ꋋ
Python:
char = '\uA2CB'
print(char) # Output: ꋋ
Perl:
my $char = "\x{A2CB}";
print $char; # Output: ꋋ
PHP:
$char = "\x{A2CB}";
echo $char; // Output: ꋋ
Ruby:
char = "\u{A2CB}"
puts char # Output: ꋋ
Rust:
let c = '\u{A2CB}';
println!("{}", c); // Output: ꋋ
Go:
char := '\uA2CB'
fmt.Printf("%c\n", char) // Output: ꋋ
CSS:
/* CSS content property */
.element::before {
content: "\00A2CB"; /* 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%8B%8B
MD5:
34d9a89c92f05317143476f53ca84a03
SHA1:
68b14d32bfcff5f818f927f4a50faf36a2a04a58
Base64:
6ouL