Placing Lock Icon on WooCommmerce “Place Order” Checkout Button (WordPress ‘ignoring’ Changes…)

I guess I can just do this with CSS pseudo elements

#place_order::before {
    content: "\f023";
    font-family: FontAwesome;
}

and shows the icon before.