Unicode Finder

"⤸" U+2938(RIGHT-SIDE ARC CLOCKWISE ARROW)

U+2938
Block Name
Supplemental Arrows-B
Name
RIGHT-SIDE ARC CLOCKWISE ARROW

Programming

C
\u2938
JavaScript
\u2938
Java
\u2938
Json
\u2938
Python
\u2938
Perl
\x{2938}
PHP
\x{2938}
Ruby
\u{2938}
Rust
\u{2938}
Go
\u2938

Web

CSS
\002938
HtmlDecimal
⤸
HtmlHexadecimal
⤸
Url
%E2%A4%B8

Code

MD5
86feabc9a09161f847bfd497838254b3
Sha1
1a5dbd1858fb1679087ee47bf1d1e908467447d8
Base64
4qS4

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2938';
console.log(char);  // Output: ⤸

Java:

char c = '\u2938';
System.out.println(c);  // Output: ⤸

JSON:

{"text": "\u2938"}  // Value: ⤸

Python:

char = '\u2938'
print(char)  # Output: ⤸

Perl:

my $char = "\x{2938}";
print $char;  # Output: ⤸

PHP:

$char = "\x{2938}";
echo $char;  // Output: ⤸

Ruby:

char = "\u{2938}"
puts char  # Output: ⤸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002938";  /* Display: ⤸ */
}

HTML Decimal:

<p>HTML decimal: &#10552;</p>  <!-- Display: ⤸ -->

HTML Hexadecimal:

<p>HTML hex: &#x2938;</p>  <!-- Display: ⤸ -->

URL Encoding:

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

Encodings

MD5:

86feabc9a09161f847bfd497838254b3

SHA1:

1a5dbd1858fb1679087ee47bf1d1e908467447d8

Base64:

4qS4