C:
char c = '\u0189';
printf("%c\n", c); // Output: Ɖ
JavaScript:
const char = '\u0189';
console.log(char); // Output: Ɖ
Java:
char c = '\u0189';
System.out.println(c); // Output: Ɖ
JSON:
{"text": "\u0189"} // Value: Ɖ
Python:
char = '\u0189'
print(char) # Output: Ɖ
Perl:
my $char = "\x{0189}";
print $char; # Output: Ɖ
PHP:
$char = "\x{0189}";
echo $char; // Output: Ɖ
Ruby:
char = "\u{0189}"
puts char # Output: Ɖ
Rust:
let c = '\u{189}';
println!("{}", c); // Output: Ɖ
Go:
char := '\u0189'
fmt.Printf("%c\n", char) // Output: Ɖ
CSS:
/* CSS content property */
.element::before {
content: "\000189"; /* 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=%C6%89
MD5:
31394e575311847d6b16cd9bfb4ee68b
SHA1:
be04ccd9f874046f01688ed87377ee2d625f3f25
Base64:
xok=