Unicode Finder

"ʈ" U+0288(LATIN SMALL LETTER T WITH RETROFLEX HOOK)

ʈ
U+0288
Nama Blok
IPA Extensions
Nama
LATIN SMALL LETTER T WITH RETROFLEX HOOK

Programming

C
\u0288
JavaScript
\u0288
Java
\u0288
Json
\u0288
Python
\u0288
Perl
\x{0288}
PHP
\x{0288}
Ruby
\u{0288}
Rust
\u{288}
Go
\u0288

Web

CSS
\000288
HtmlDecimal
ʈ
HtmlHexadecimal
ʈ
Url
%CA%88

Code

MD5
7025a519261cd0f3138c39dfa56fcab5
Sha1
f74da9badf2d3bba971ed60073dbd2da6ce8b917
Base64
yog=

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u0288';
console.log(char);  // Output: ʈ

Java:

char c = '\u0288';
System.out.println(c);  // Output: ʈ

JSON:

{"text": "\u0288"}  // Value: ʈ

Python:

char = '\u0288'
print(char)  # Output: ʈ

Perl:

my $char = "\x{0288}";
print $char;  # Output: ʈ

PHP:

$char = "\x{0288}";
echo $char;  // Output: ʈ

Ruby:

char = "\u{0288}"
puts char  # Output: ʈ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000288";  /* Display: ʈ */
}

HTML Decimal:

<p>HTML decimal: &#648;</p>  <!-- Display: ʈ -->

HTML Hexadecimal:

<p>HTML hex: &#x0288;</p>  <!-- Display: ʈ -->

URL Encoding:

// ʈ URL encoding
https://unicodefinder.com/search.php?query=%CA%88

Encodings

MD5:

7025a519261cd0f3138c39dfa56fcab5

SHA1:

f74da9badf2d3bba971ed60073dbd2da6ce8b917

Base64:

yog=