Unicode Finder

"ⱴ" U+2C74(LATIN SMALL LETTER V WITH CURL)

U+2C74
Block Name
Latin Extended-C
Name
LATIN SMALL LETTER V WITH CURL

Programming

C
\u2C74
JavaScript
\u2C74
Java
\u2C74
Json
\u2C74
Python
\u2C74
Perl
\x{2C74}
PHP
\x{2C74}
Ruby
\u{2C74}
Rust
\u{2C74}
Go
\u2C74

Web

CSS
\002C74
HtmlDecimal
ⱴ
HtmlHexadecimal
ⱴ
Url
%E2%B1%B4

Code

MD5
367516aae0954f5f6f3571fea96d768f
Sha1
23e1a21fb401c9dd37795a3b6c74e39709d6e729
Base64
4rG0

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2C74';
console.log(char);  // Output: ⱴ

Java:

char c = '\u2C74';
System.out.println(c);  // Output: ⱴ

JSON:

{"text": "\u2C74"}  // Value: ⱴ

Python:

char = '\u2C74'
print(char)  # Output: ⱴ

Perl:

my $char = "\x{2C74}";
print $char;  # Output: ⱴ

PHP:

$char = "\x{2C74}";
echo $char;  // Output: ⱴ

Ruby:

char = "\u{2C74}"
puts char  # Output: ⱴ

Rust:

let c = '\u{2C74}';
println!("{}", c);  // Output: ⱴ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002C74";  /* Display: ⱴ */
}

HTML Decimal:

<p>HTML decimal: &#11380;</p>  <!-- Display: ⱴ -->

HTML Hexadecimal:

<p>HTML hex: &#x2C74;</p>  <!-- Display: ⱴ -->

URL Encoding:

// ⱴ URL encoding
https://unicodefinder.com/search.php?query=%E2%B1%B4

Encodings

MD5:

367516aae0954f5f6f3571fea96d768f

SHA1:

23e1a21fb401c9dd37795a3b6c74e39709d6e729

Base64:

4rG0