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