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