To display the copyright symbol (©) in a Webflow text block on Windows, you have several easy options.
1. Use Keyboard Shortcut (Windows)
- Click on the Text Block element in the Webflow Designer.
- Enter Alt + 0169 using your numeric keypad (hold Alt, type 0169, then release).
- This inserts the © symbol directly into the text.
2. Copy and Paste the Symbol
- Simply copy this: ©
- In Webflow Designer, click on the text element where you want it and paste (Ctrl + V).
3. Use Entity Code in Custom Code Only
- In Webflow Designer, entity codes like
©
or ©
are not automatically rendered as the © symbol. - These codes will work if placed inside custom HTML embeds or a page’s custom code section, not within a regular Text Block.
Summary
To show the © symbol on Windows in a Webflow text block, either use Alt + 0169 or copy and paste the symbol directly. Avoid entity codes unless using custom HTML.