Unicode Finder

"Ɖ" U+0189(LATIN CAPITAL LETTER AFRICAN D)

Ɖ
U+0189
Nume Bloc
Latin Extended-B
Nume
LATIN CAPITAL LETTER AFRICAN D

Programming

C
\u0189
JavaScript
\u0189
Java
\u0189
Json
\u0189
Python
\u0189
Perl
\x{0189}
PHP
\x{0189}
Ruby
\u{0189}
Rust
\u{189}
Go
\u0189

Web

CSS
\000189
HtmlDecimal
Ɖ
HtmlHexadecimal
Ɖ
Url
%C6%89

Code

MD5
31394e575311847d6b16cd9bfb4ee68b
Sha1
be04ccd9f874046f01688ed87377ee2d625f3f25
Base64
xok=

Exemple de Utilizare

Programming Languages

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: Ɖ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000189";  /* Display: Ɖ */
}

HTML Decimal:

<p>HTML decimal: &#393;</p>  <!-- Display: Ɖ -->

HTML Hexadecimal:

<p>HTML hex: &#x0189;</p>  <!-- Display: Ɖ -->

URL Encoding:

// Ɖ URL encoding
https://unicodefinder.com/search.php?query=%C6%89

Encodings

MD5:

31394e575311847d6b16cd9bfb4ee68b

SHA1:

be04ccd9f874046f01688ed87377ee2d625f3f25

Base64:

xok=