Unicode Finder

"⥹" U+2979(SUBSET ABOVE RIGHTWARDS ARROW)

U+2979
Block Name
Supplemental Arrows-B
Name
SUBSET ABOVE RIGHTWARDS ARROW

Programming

C
\u2979
JavaScript
\u2979
Java
\u2979
Json
\u2979
Python
\u2979
Perl
\x{2979}
PHP
\x{2979}
Ruby
\u{2979}
Rust
\u{2979}
Go
\u2979

Web

CSS
\002979
HtmlDecimal
⥹
HtmlHexadecimal
⥹
Url
%E2%A5%B9

Code

MD5
5a44c7955af4b1bfdc1f8fd511475332
Sha1
1e9d6e89957ad5026ff98c0f091f6c9b7670b2a5
Base64
4qW5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2979';
console.log(char);  // Output: ⥹

Java:

char c = '\u2979';
System.out.println(c);  // Output: ⥹

JSON:

{"text": "\u2979"}  // Value: ⥹

Python:

char = '\u2979'
print(char)  # Output: ⥹

Perl:

my $char = "\x{2979}";
print $char;  # Output: ⥹

PHP:

$char = "\x{2979}";
echo $char;  // Output: ⥹

Ruby:

char = "\u{2979}"
puts char  # Output: ⥹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002979";  /* Display: ⥹ */
}

HTML Decimal:

<p>HTML decimal: &#10617;</p>  <!-- Display: ⥹ -->

HTML Hexadecimal:

<p>HTML hex: &#x2979;</p>  <!-- Display: ⥹ -->

URL Encoding:

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

Encodings

MD5:

5a44c7955af4b1bfdc1f8fd511475332

SHA1:

1e9d6e89957ad5026ff98c0f091f6c9b7670b2a5

Base64:

4qW5