Unicode Finder

"ʘ" U+0298(LATIN LETTER BILABIAL CLICK)

ʘ
U+0298
Nume Bloc
IPA Extensions
Nume
LATIN LETTER BILABIAL CLICK

Programming

C
\u0298
JavaScript
\u0298
Java
\u0298
Json
\u0298
Python
\u0298
Perl
\x{0298}
PHP
\x{0298}
Ruby
\u{0298}
Rust
\u{298}
Go
\u0298

Web

CSS
\000298
HtmlDecimal
ʘ
HtmlHexadecimal
ʘ
Url
%CA%98

Code

MD5
1f12bdba818377842bb125fd406134cf
Sha1
e73104eacfb27e5896480c28f27742466340dd71
Base64
ypg=

Exemple de Utilizare

Programming Languages

C:

char c = '\u0298';
printf("%c\n", c);  // Output: ʘ

JavaScript:

const char = '\u0298';
console.log(char);  // Output: ʘ

Java:

char c = '\u0298';
System.out.println(c);  // Output: ʘ

JSON:

{"text": "\u0298"}  // Value: ʘ

Python:

char = '\u0298'
print(char)  # Output: ʘ

Perl:

my $char = "\x{0298}";
print $char;  # Output: ʘ

PHP:

$char = "\x{0298}";
echo $char;  // Output: ʘ

Ruby:

char = "\u{0298}"
puts char  # Output: ʘ

Rust:

let c = '\u{298}';
println!("{}", c);  // Output: ʘ

Go:

char := '\u0298'
fmt.Printf("%c\n", char)  // Output: ʘ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000298";  /* Display: ʘ */
}

HTML Decimal:

<p>HTML decimal: &#664;</p>  <!-- Display: ʘ -->

HTML Hexadecimal:

<p>HTML hex: &#x0298;</p>  <!-- Display: ʘ -->

URL Encoding:

// ʘ URL encoding
https://unicodefinder.com/search.php?query=%CA%98

Encodings

MD5:

1f12bdba818377842bb125fd406134cf

SHA1:

e73104eacfb27e5896480c28f27742466340dd71

Base64:

ypg=