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