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