Unicode Finder

"ɀ" U+0240(LATIN SMALL LETTER Z WITH SWASH TAIL)

ɀ
U+0240
Nume Bloc
Latin Extended-B
Nume
LATIN SMALL LETTER Z WITH SWASH TAIL

Programming

C
\u0240
JavaScript
\u0240
Java
\u0240
Json
\u0240
Python
\u0240
Perl
\x{0240}
PHP
\x{0240}
Ruby
\u{0240}
Rust
\u{240}
Go
\u0240

Web

CSS
\000240
HtmlDecimal
ɀ
HtmlHexadecimal
ɀ
Url
%C9%80

Code

MD5
8db7978fc4d8fcac0bfbd190f32ce6d5
Sha1
b4ca3539047886fd9141059402730229536e5059
Base64
yYA=

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u0240';
console.log(char);  // Output: ɀ

Java:

char c = '\u0240';
System.out.println(c);  // Output: ɀ

JSON:

{"text": "\u0240"}  // Value: ɀ

Python:

char = '\u0240'
print(char)  # Output: ɀ

Perl:

my $char = "\x{0240}";
print $char;  # Output: ɀ

PHP:

$char = "\x{0240}";
echo $char;  // Output: ɀ

Ruby:

char = "\u{0240}"
puts char  # Output: ɀ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000240";  /* Display: ɀ */
}

HTML Decimal:

<p>HTML decimal: &#576;</p>  <!-- Display: ɀ -->

HTML Hexadecimal:

<p>HTML hex: &#x0240;</p>  <!-- Display: ɀ -->

URL Encoding:

// ɀ URL encoding
https://unicodefinder.com/search.php?query=%C9%80

Encodings

MD5:

8db7978fc4d8fcac0bfbd190f32ce6d5

SHA1:

b4ca3539047886fd9141059402730229536e5059

Base64:

yYA=

© 2025 Unicode Finder

ɀ U+0240 LATIN SMALL LETTER Z WITH SWASH TAIL Caracter Unicode - Unicode Finder

Contact: d2@fanqiang.me