Unicode Finder

"⥤" U+2964(RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN)

U+2964
Block Name
Supplemental Arrows-B
Name
RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN

Programming

C
\u2964
JavaScript
\u2964
Java
\u2964
Json
\u2964
Python
\u2964
Perl
\x{2964}
PHP
\x{2964}
Ruby
\u{2964}
Rust
\u{2964}
Go
\u2964

Web

CSS
\002964
HtmlDecimal
⥤
HtmlHexadecimal
⥤
Url
%E2%A5%A4

Code

MD5
adafe2249238f364a96f655e96ca8cf8
Sha1
896c6d957d378657ff8ad581aea17083e79082dc
Base64
4qWk

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2964';
console.log(char);  // Output: ⥤

Java:

char c = '\u2964';
System.out.println(c);  // Output: ⥤

JSON:

{"text": "\u2964"}  // Value: ⥤

Python:

char = '\u2964'
print(char)  # Output: ⥤

Perl:

my $char = "\x{2964}";
print $char;  # Output: ⥤

PHP:

$char = "\x{2964}";
echo $char;  // Output: ⥤

Ruby:

char = "\u{2964}"
puts char  # Output: ⥤

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002964";  /* Display: ⥤ */
}

HTML Decimal:

<p>HTML decimal: &#10596;</p>  <!-- Display: ⥤ -->

HTML Hexadecimal:

<p>HTML hex: &#x2964;</p>  <!-- Display: ⥤ -->

URL Encoding:

// ⥤ URL encoding
https://unicodefinder.com/search.php?query=%E2%A5%A4

Encodings

MD5:

adafe2249238f364a96f655e96ca8cf8

SHA1:

896c6d957d378657ff8ad581aea17083e79082dc

Base64:

4qWk

© 2025 Unicode Finder

⥤ U+2964 RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN Unicode Character - Unicode Finder

Contact: [email protected]