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