A
auto
Default browser cursor
Supported in all browsers
D
default
Default arrow cursor
Supported in all browsers
N
none
No cursor displayed
Supported in all browsers
C
context-menu
Cursor indicating a context menu is available
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
H
help
Cursor indicating help is available
Supported in all browsers
P
pointer
Hand cursor for clickable elements
Supported in all browsers
P
progress
Cursor indicating the program is busy
Supported in all browsers
W
wait
Cursor indicating the program is busy
Supported in all browsers
C
cell
Cursor indicating a cell or set of cells may be selected
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
C
crosshair
Crosshair cursor for precise selection
Supported in all browsers
T
text
I-beam cursor for text selection
Supported in all browsers
V
vertical-text
I-beam cursor for vertical text
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
A
all-scroll
Cursor indicating scrolling in any direction
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
C
col-resize
Cursor indicating column resizing
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
R
row-resize
Cursor indicating row resizing
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
N
n-resize
Cursor indicating north resize
Supported in all browsers
E
e-resize
Cursor indicating east resize
Supported in all browsers
S
s-resize
Cursor indicating south resize
Supported in all browsers
W
w-resize
Cursor indicating west resize
Supported in all browsers
NE
ne-resize
Cursor indicating northeast resize
Supported in all browsers
NW
nw-resize
Cursor indicating northwest resize
Supported in all browsers
SE
se-resize
Cursor indicating southeast resize
Supported in all browsers
SW
sw-resize
Cursor indicating southwest resize
Supported in all browsers
EW
ew-resize
Cursor indicating east-west resize
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
NS
ns-resize
Cursor indicating north-south resize
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
NESW
nesw-resize
Cursor indicating northeast-southwest resize
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
NWSE
nwse-resize
Cursor indicating northwest-southeast resize
IE11+, Edge 12+, Firefox 1.5+, Chrome 1+, Safari 3+, Opera 15+
G
grab
Cursor indicating something can be grabbed
IE11+, Edge 12+, Firefox 27+, Chrome 1+, Safari 9+, Opera 15+
G
grabbing
Cursor indicating something is being grabbed
IE11+, Edge 12+, Firefox 27+, Chrome 1+, Safari 9+, Opera 15+
+
zoom-in
Cursor indicating zoom in
IE11+, Edge 12+, Firefox 24+, Chrome 37+, Safari 9+, Opera 24+
-
zoom-out
Cursor indicating zoom out
IE11+, Edge 12+, Firefox 24+, Chrome 37+, Safari 9+, Opera 24+

Live Preview

Hover over me to see the cursor

Generated CSS

.your-element {
    cursor: default;
}