Unicode Finder

"⥽" U+297D(RIGHT FISH TAIL)

U+297D
Block Name
Supplemental Arrows-B
Name
RIGHT FISH TAIL

Programming

C
\u297D
JavaScript
\u297D
Java
\u297D
Json
\u297D
Python
\u297D
Perl
\x{297D}
PHP
\x{297D}
Ruby
\u{297D}
Rust
\u{297D}
Go
\u297D

Web

CSS
\00297D
HtmlDecimal
⥽
HtmlHexadecimal
⥽
Url
%E2%A5%BD

Code

MD5
a0916bd0668336d130b4baad10098f6c
Sha1
e7f10876c111e116131bd7ee87ef7798adceb97d
Base64
4qW9

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u297D';
console.log(char);  // Output: ⥽

Java:

char c = '\u297D';
System.out.println(c);  // Output: ⥽

JSON:

{"text": "\u297D"}  // Value: ⥽

Python:

char = '\u297D'
print(char)  # Output: ⥽

Perl:

my $char = "\x{297D}";
print $char;  # Output: ⥽

PHP:

$char = "\x{297D}";
echo $char;  // Output: ⥽

Ruby:

char = "\u{297D}"
puts char  # Output: ⥽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#10621;</p>  <!-- Display: ⥽ -->

HTML Hexadecimal:

<p>HTML hex: &#x297D;</p>  <!-- Display: ⥽ -->

URL Encoding:

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

Encodings

MD5:

a0916bd0668336d130b4baad10098f6c

SHA1:

e7f10876c111e116131bd7ee87ef7798adceb97d

Base64:

4qW9