Unicode Finder

"↻" U+21BB(CLOCKWISE OPEN CIRCLE ARROW)

U+21BB
Nama Blok
Arrows
Nama
CLOCKWISE OPEN CIRCLE ARROW

Programming

C
\u21BB
JavaScript
\u21BB
Java
\u21BB
Json
\u21BB
Python
\u21BB
Perl
\x{21BB}
PHP
\x{21BB}
Ruby
\u{21BB}
Rust
\u{21BB}
Go
\u21BB

Web

CSS
\0021BB
HtmlDecimal
↻
HtmlHexadecimal
↻
Url
%E2%86%BB

Code

MD5
e76f274a60bc39287e86e55fd55ebee2
Sha1
178f1f4007d3714cc9552e8a3dc995450b816309
Base64
4oa7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u21BB';
console.log(char);  // Output: ↻

Java:

char c = '\u21BB';
System.out.println(c);  // Output: ↻

JSON:

{"text": "\u21BB"}  // Value: ↻

Python:

char = '\u21BB'
print(char)  # Output: ↻

Perl:

my $char = "\x{21BB}";
print $char;  # Output: ↻

PHP:

$char = "\x{21BB}";
echo $char;  // Output: ↻

Ruby:

char = "\u{21BB}"
puts char  # Output: ↻

Rust:

let c = '\u{21BB}';
println!("{}", c);  // Output: ↻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0021BB";  /* Display: ↻ */
}

HTML Decimal:

<p>HTML decimal: &#8635;</p>  <!-- Display: ↻ -->

HTML Hexadecimal:

<p>HTML hex: &#x21BB;</p>  <!-- Display: ↻ -->

URL Encoding:

// ↻ URL encoding
https://unicodefinder.com/search.php?query=%E2%86%BB

Encodings

MD5:

e76f274a60bc39287e86e55fd55ebee2

SHA1:

178f1f4007d3714cc9552e8a3dc995450b816309

Base64:

4oa7