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