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