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