CSS Property:
cursor:

Result:

   Put your mouse over this area to see the cursor result.

CSS Code:
div {
      cursor:pointer;
}