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