C:
char c = '\uA8B6';
printf("%c\n", c); // Output: ꢶ
JavaScript:
const char = '\uA8B6';
console.log(char); // Output: ꢶ
Java:
char c = '\uA8B6';
System.out.println(c); // Output: ꢶ
JSON:
{"text": "\uA8B6"} // Value: ꢶ
Python:
char = '\uA8B6'
print(char) # Output: ꢶ
Perl:
my $char = "\x{A8B6}";
print $char; # Output: ꢶ
PHP:
$char = "\x{A8B6}";
echo $char; // Output: ꢶ
Ruby:
char = "\u{A8B6}"
puts char # Output: ꢶ
Rust:
let c = '\u{A8B6}';
println!("{}", c); // Output: ꢶ
Go:
char := '\uA8B6'
fmt.Printf("%c\n", char) // Output: ꢶ
CSS:
/* CSS content property */
.element::before {
content: "\00A8B6"; /* 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%A2%B6
MD5:
8eaadb8cc18cfbb08c0631e99958bb21
SHA1:
2e2d640274c988f51c524b59a296d0d20e984b5d
Base64:
6qK2