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