Unicode Finder

"Ƌ" U+018B(LATIN CAPITAL LETTER D WITH TOPBAR)

Ƌ
U+018B
Nume Bloc
Latin Extended-B
Nume
LATIN CAPITAL LETTER D WITH TOPBAR

Programming

C
\u018B
JavaScript
\u018B
Java
\u018B
Json
\u018B
Python
\u018B
Perl
\x{018B}
PHP
\x{018B}
Ruby
\u{018B}
Rust
\u{18B}
Go
\u018B

Web

CSS
\00018B
HtmlDecimal
Ƌ
HtmlHexadecimal
Ƌ
Url
%C6%8B

Code

MD5
42ad7feba40b7933366e291f6d1ad8d4
Sha1
594aee44fc306a739d06b0bb05f7a494815db08e
Base64
xos=

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u018B';
console.log(char);  // Output: Ƌ

Java:

char c = '\u018B';
System.out.println(c);  // Output: Ƌ

JSON:

{"text": "\u018B"}  // Value: Ƌ

Python:

char = '\u018B'
print(char)  # Output: Ƌ

Perl:

my $char = "\x{018B}";
print $char;  # Output: Ƌ

PHP:

$char = "\x{018B}";
echo $char;  // Output: Ƌ

Ruby:

char = "\u{018B}"
puts char  # Output: Ƌ

Rust:

let c = '\u{18B}';
println!("{}", c);  // Output: Ƌ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00018B";  /* Display: Ƌ */
}

HTML Decimal:

<p>HTML decimal: &#395;</p>  <!-- Display: Ƌ -->

HTML Hexadecimal:

<p>HTML hex: &#x018B;</p>  <!-- Display: Ƌ -->

URL Encoding:

// Ƌ URL encoding
https://unicodefinder.com/search.php?query=%C6%8B

Encodings

MD5:

42ad7feba40b7933366e291f6d1ad8d4

SHA1:

594aee44fc306a739d06b0bb05f7a494815db08e

Base64:

xos=