<html>
<style>
h2:after {
content: ' \00A7';
}
</style>
<body>
<h2>I will display</h2>
<p>All H2 elements will be added an extra character at the end.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_entity by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:59:02 GMT -->
</html>