Unicode Finder

"⤴" U+2934(ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS)

U+2934
Block Name
Supplemental Arrows-B
Name
ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS

Programming

C
\u2934
JavaScript
\u2934
Java
\u2934
Json
\u2934
Python
\u2934
Perl
\x{2934}
PHP
\x{2934}
Ruby
\u{2934}
Rust
\u{2934}
Go
\u2934

Web

CSS
\002934
HtmlDecimal
⤴
HtmlHexadecimal
⤴
Url
%E2%A4%B4

Code

MD5
51bc10d8de53230304d17814af9e5485
Sha1
497dba99d9e9f53ced6f64790928db1487a65678
Base64
4qS0

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2934';
console.log(char);  // Output: ⤴

Java:

char c = '\u2934';
System.out.println(c);  // Output: ⤴

JSON:

{"text": "\u2934"}  // Value: ⤴

Python:

char = '\u2934'
print(char)  # Output: ⤴

Perl:

my $char = "\x{2934}";
print $char;  # Output: ⤴

PHP:

$char = "\x{2934}";
echo $char;  // Output: ⤴

Ruby:

char = "\u{2934}"
puts char  # Output: ⤴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002934";  /* Display: ⤴ */
}

HTML Decimal:

<p>HTML decimal: &#10548;</p>  <!-- Display: ⤴ -->

HTML Hexadecimal:

<p>HTML hex: &#x2934;</p>  <!-- Display: ⤴ -->

URL Encoding:

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

Encodings

MD5:

51bc10d8de53230304d17814af9e5485

SHA1:

497dba99d9e9f53ced6f64790928db1487a65678

Base64:

4qS0