Many times when writing documentation or tech blog content you may want to use arrows to display navigation if you are looking for such arrow codes in HTML, here is a list of them|,
Four direction arrows:
- Right (Forward, East) Arrow: →
HTML Code: →
- Left (Backward, West) Arrow: ←
HTML Code: ←
- Up (North) Arrow : ↑
HTML Code: ↑
- Down (South) Arrow: ↓
HTML Code: ↓
More directional Arrows:
- North West Arrow: ↖
HTML Code: ↖
- North East Arrow: ↗
HTML Code: ↗
- South East Arrow: ↘
HTML Code: ↘
- South West Arrow: ↙
HTML Code: ↙
You can use these arrows directly in your webpage code but make sure you have enabled UTF-8 encoding in your IDE and also using UTF-8 meta tag in your HTML head section or else they won't be displayed properly.
More Posts related to Html,
- Remove Html head and body tags from ckeditor source
- Default speed of Marquee tag : SCROLLAMOUNT
- Align html element at the center of page vertically and horizontally
- HTML, HTML5. CSS, CSS3 Color Codes 2020
- How to add multiple spaces between html page text
- Force convert HTML text input to upper case
- Obsolete marquee element alternatives html5
- How to set background color in HTML page?
- Base 64 Index, Character and Binary Table
- Hyperlink in html (anchor tag) without a underline
- How to remove old 404 pages ulrs from Google crawler
- W3 HTML validator warning Unable to Determine Parse Mode
- Get HTML table td, tr or th inner content value with id or name attribute
- How to word wrap in HTML
- reCaptcha Verification expired. Check the checkbox again
- Adding Sub Headings to Bootstrap Header tags
- Chessboard with pieces using pure HTML and CSS
- How to turn off autocomplete in input fields in HTML Form
- All directional arrows codes for HTML
- Fibonacci series from 1 to 500 table
- W3 : character data is not allowed here html validation error
- How to make a div tag clickable
- Comprehensive 256 Ascii code table with Html Hex IBM Microsoft Key
- HTML5 HELLO WORLD Example
- Create HTML button that looks like a href hyperlink
More Posts:
- Java 8: Steam map with Code Examples - Java
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365 - SharePoint
- How to make a div tag clickable - Html
- [Maven] Multiple annotations found at this line pom.xml CoreException, ArtifactResolutionException - Java
- ASCII to HEX and HEX to ASCII Conversion Notepad++ - NotepadPlusPlus
- Facebook Down Will Be Back Soon - Facebook
- How to add ruler in Sublime Text tab window - Sublime-Text
- Detect Data roaming in Android Application - Android