Change ₣ to CHF

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

.eapps-pricing-table-column-price-currency {
visibility: hidden;
}
.eapps-pricing-table-column-price-currency:after {
content: 'CHF';
visibility: visible;
}