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