Unicode Finder

"⦫" U+29AB(MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT)

U+29AB
Block Name
Miscellaneous Mathematical Symbols-B
Name
MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT

Programming

C
\u29AB
JavaScript
\u29AB
Java
\u29AB
Json
\u29AB
Python
\u29AB
Perl
\x{29AB}
PHP
\x{29AB}
Ruby
\u{29AB}
Rust
\u{29AB}
Go
\u29AB

Web

CSS
\0029AB
HtmlDecimal
⦫
HtmlHexadecimal
⦫
Url
%E2%A6%AB

Code

MD5
a625384933c622df67ee6e58612322bd
Sha1
fc9454f76c39956a80b65e0c779081fb731bf4c3
Base64
4qar

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u29AB';
console.log(char);  // Output: ⦫

Java:

char c = '\u29AB';
System.out.println(c);  // Output: ⦫

JSON:

{"text": "\u29AB"}  // Value: ⦫

Python:

char = '\u29AB'
print(char)  # Output: ⦫

Perl:

my $char = "\x{29AB}";
print $char;  # Output: ⦫

PHP:

$char = "\x{29AB}";
echo $char;  // Output: ⦫

Ruby:

char = "\u{29AB}"
puts char  # Output: ⦫

Rust:

let c = '\u{29AB}';
println!("{}", c);  // Output: ⦫

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0029AB";  /* Display: ⦫ */
}

HTML Decimal:

<p>HTML decimal: &#10667;</p>  <!-- Display: ⦫ -->

HTML Hexadecimal:

<p>HTML hex: &#x29AB;</p>  <!-- Display: ⦫ -->

URL Encoding:

// ⦫ URL encoding
https://unicodefinder.com/search.php?query=%E2%A6%AB

Encodings

MD5:

a625384933c622df67ee6e58612322bd

SHA1:

fc9454f76c39956a80b65e0c779081fb731bf4c3

Base64:

4qar

© 2025 Unicode Finder

⦫ U+29AB MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT Unicode Character - Unicode Finder

Contact: [email protected]