C:
char c = '\uA6C6';
printf("%c\n", c); // Output: ꛆ
JavaScript:
const char = '\uA6C6';
console.log(char); // Output: ꛆ
Java:
char c = '\uA6C6';
System.out.println(c); // Output: ꛆ
JSON:
{"text": "\uA6C6"} // Value: ꛆ
Python:
char = '\uA6C6'
print(char) # Output: ꛆ
Perl:
my $char = "\x{A6C6}";
print $char; # Output: ꛆ
PHP:
$char = "\x{A6C6}";
echo $char; // Output: ꛆ
Ruby:
char = "\u{A6C6}"
puts char # Output: ꛆ
Rust:
let c = '\u{A6C6}';
println!("{}", c); // Output: ꛆ
Go:
char := '\uA6C6'
fmt.Printf("%c\n", char) // Output: ꛆ
CSS:
/* CSS content property */
.element::before {
content: "\00A6C6"; /* 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%9B%86
MD5:
8514bb3abc3e1112e8090b1248a6d0ec
SHA1:
756f518df50dd4a101f8024ecc4e7381f8e1d8b3
Base64:
6puG