Solution:
It is not efficient but working for your case.
var re = /(\d+\.\d+)/.exec($(".woocommerce-Price-amount").html());
then you can reach it by taking the first element which is re[0]