MENU
@charset
This suggests (no guarantee) to the browser the character set used in the stylesheet. It must precede any other rule.
Explicitly declaring this ensures cross-device readability.
/* my_stylesheet.css */
@charset "utf-8";
p::after{ content:'好极了'}