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