C:
char c = '\uA279';
printf("%c\n", c); // Output: ꉹ
JavaScript:
const char = '\uA279';
console.log(char); // Output: ꉹ
Java:
char c = '\uA279';
System.out.println(c); // Output: ꉹ
JSON:
{"text": "\uA279"} // Value: ꉹ
Python:
char = '\uA279'
print(char) # Output: ꉹ
Perl:
my $char = "\x{A279}";
print $char; # Output: ꉹ
PHP:
$char = "\x{A279}";
echo $char; // Output: ꉹ
Ruby:
char = "\u{A279}"
puts char # Output: ꉹ
Rust:
let c = '\u{A279}';
println!("{}", c); // Output: ꉹ
Go:
char := '\uA279'
fmt.Printf("%c\n", char) // Output: ꉹ
CSS:
/* CSS content property */
.element::before {
content: "\00A279"; /* 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%B9
MD5:
98bc0c73254b4395f038d218917186f3
SHA1:
01c8f9eaeb33dd0c37a22a0a9778b3c80af0ebfa
Base64:
6om5