Up Arrow Through Circle Symbol
⦽ is an up-direction arrow passing through a circle, useful for navigation and diagram labels.
U+29BD
⦽ (U+29BD) is read as an up arrow through a circle. It’s often used when you want a compact symbol that communicates “up” at a glance. You can copy it directly or use its HTML/CSS/JS escapes in your code.
Up Arrow Through Circle Symbol Meaning
The symbol ⦽ is commonly interpreted as an upward direction indicator: an arrow pointing up that appears to pass through a circle. Because of the circle, it can also suggest a “system” or “indicator” style icon rather than a plain arrow. In practice, people use it to label actions like moving up, scrolling up, navigating to a higher level, or marking an “up” status in a compact way. It can also work in diagrams and UI mockups where you need a directional cue without taking much space.
Common uses
- •Button or menu icon for moving up, scrolling up, or navigating to a previous/higher level
- •Status or data visualization label indicating an upward trend or increased value
- •Diagram markup to show “upward” relationships in flowcharts and technical sketches
- •Accessibility-friendly text labels for actions where you want a recognizable direction cue
- •Document or form annotations to reference sections that are located above (e.g., “see above”)
Examples
⦽ Up Arrow Through Circle Symbol
- ⦽Press ⦽ to move up one level.
- ⦽Scroll ⦽ to review earlier items.
- ⦽Trend: ⦽ (increasing).
- ⦽In the diagram, the path goes ⦽ to the next stage.
- ⦽Select ⦽ to return to the top section.
Variations
Ready to copy
Technical codes
| Unicode | U+29BD | |
| HTML Entity | ⦽ | |
| HTML Code | ⦽ | |
| CSS | \29BD |
FAQ
What does the Up Arrow Through Circle symbol mean?
The symbol ⦽ is commonly interpreted as an upward direction indicator: an arrow pointing up that appears to pass through a circle. Because of the circle, it can also suggest a “system” or “indicator” style icon rather than a plain arrow. In practice, people use it to label actions like moving up, scrolling up, navigating to a higher level, or marking an “up” status in a compact way. It can also work in diagrams and UI mockups where you need a directional cue without taking much space.
What is the Unicode code point for ⦽?
⦽ is U+29BD (unicode name: UP ARROW THROUGH CIRCLE).
How do I copy ⦽ into HTML?
Use the HTML entity: ⦽.
What CSS escape can I use for ⦽?
Use \\29BD in CSS.
How do I use ⦽ in JavaScript strings?
You can use \\u{29BD} in JavaScript.