Unicode Finder

"Ƚ" U+023D(LATIN CAPITAL LETTER L WITH BAR)

Ƚ
U+023D
Nume Bloc
Latin Extended-B
Nume
LATIN CAPITAL LETTER L WITH BAR

Programming

C
\u023D
JavaScript
\u023D
Java
\u023D
Json
\u023D
Python
\u023D
Perl
\x{023D}
PHP
\x{023D}
Ruby
\u{023D}
Rust
\u{23D}
Go
\u023D

Web

CSS
\00023D
HtmlDecimal
Ƚ
HtmlHexadecimal
Ƚ
Url
%C8%BD

Code

MD5
e2fb1bc16a76dc23ebc78ef197bdf083
Sha1
cee930cb3fc15edf38844386032a8162c3312f96
Base64
yL0=

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u023D';
console.log(char);  // Output: Ƚ

Java:

char c = '\u023D';
System.out.println(c);  // Output: Ƚ

JSON:

{"text": "\u023D"}  // Value: Ƚ

Python:

char = '\u023D'
print(char)  # Output: Ƚ

Perl:

my $char = "\x{023D}";
print $char;  # Output: Ƚ

PHP:

$char = "\x{023D}";
echo $char;  // Output: Ƚ

Ruby:

char = "\u{023D}"
puts char  # Output: Ƚ

Rust:

let c = '\u{23D}';
println!("{}", c);  // Output: Ƚ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00023D";  /* Display: Ƚ */
}

HTML Decimal:

<p>HTML decimal: &#573;</p>  <!-- Display: Ƚ -->

HTML Hexadecimal:

<p>HTML hex: &#x023D;</p>  <!-- Display: Ƚ -->

URL Encoding:

// Ƚ URL encoding
https://unicodefinder.com/search.php?query=%C8%BD

Encodings

MD5:

e2fb1bc16a76dc23ebc78ef197bdf083

SHA1:

cee930cb3fc15edf38844386032a8162c3312f96

Base64:

yL0=

© 2025 Unicode Finder

Ƚ U+023D LATIN CAPITAL LETTER L WITH BAR Caracter Unicode - Unicode Finder

Contact: d2@fanqiang.me