<!DOCTYPE html>
<html>
<style>
h1:after {
content: ' \00A7';
}
</style>
<body>
<h1>我将显示:</h1>
<p>所有 h1 元素都将在末尾添加一个额外的字符。</p>
</body>
</html>