C:
char c = '\uA226';
printf("%c\n", c); // Output: ꈦ
JavaScript:
const char = '\uA226';
console.log(char); // Output: ꈦ
Java:
char c = '\uA226';
System.out.println(c); // Output: ꈦ
JSON:
{"text": "\uA226"} // Value: ꈦ
Python:
char = '\uA226'
print(char) # Output: ꈦ
Perl:
my $char = "\x{A226}";
print $char; # Output: ꈦ
PHP:
$char = "\x{A226}";
echo $char; // Output: ꈦ
Ruby:
char = "\u{A226}"
puts char # Output: ꈦ
Rust:
let c = '\u{A226}';
println!("{}", c); // Output: ꈦ
Go:
char := '\uA226'
fmt.Printf("%c\n", char) // Output: ꈦ
CSS:
/* CSS content property */
.element::before {
content: "\00A226"; /* 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%88%A6
MD5:
35fa6ffd4288079e021904db057708c6
SHA1:
8a8b8d985179bfaa4b31c86a77f5d4436043fdb1
Base64:
6oim