@charset "UTF-8";
.test-1 {
  content: "f﻿";
}

.test-2 {
  content: "g﻿";
}

.test-3 {
  content: "﻿f";
}

.test-4 {
  content: "﻿g";
}
