# Enhance Symbols

Long dashes, quotation marks, non-breaking spaces, and beyond; the flow of text depends on many elements that seemingly go unnoticed. But when they’re off — even by a little — a reader knows.

That’s why we created the Enhance Symbols feature for the Setka Editor toolbox. Enhance Symbols Tool lets you beautify various textual elements like dashes, quotation marks, and non-breaking spaces with the touch of a button.&#x20;

Hyphens become em-dashes, special characters like copyright and trademark symbols are instantly converted, and any typographical sloppiness or typos like double punctuation are automatically eliminated.

{% hint style="info" %}
Enhance Symbols works according to different rules depending on the language of the text.&#x20;

Changes are applied automatically to all of the copy within the post (or the page), including captions for pictures, pull-quotes, and so on.&#x20;
{% endhint %}

Because Setka Editor is WYSIWYG, the user immediately sees the corrected text within the working interface, where non-breaking spaces are highlighted for clarity.&#x20;

You’ll find the **Enhance Symbols** button on the right side of the bottom Status Bar panel.&#x20;

![Enhanced Symbols Button in Side Tools Bar in Setka Editor](/files/-MQJoSXmqddke1eWtU1k)

It enables a range of improvements listed below.&#x20;

{% embed url="<https://drive.google.com/file/d/1-iRdcme7TQIj_Vk2Uv99Skbc10blLicM/view?usp=sharing>" %}
Video showing Enhanced Symbols Tool applied to post content in Setka Editor
{% endembed %}

## **Adding Non-Breaking Spaces**&#x20;

* After a short word
* Before the last short word of a sentence
* Between a day and month
* Between a last name and initials
* Between a number and "thousand," "million," "billion," and "trillion."

## **Reformatting Special Characters to Standardize Symbols**&#x20;

* c) → © | (tm) → ™ | (r) → ®
* m2 → m² | m3 → m³
* 1/2 → ½ | 1/4 → ¼ | 3/4 → ¾
* x → × (10 x 5 → 10 × 5)

## **Beautifying Punctuation Marks**&#x20;

* Apostrophes
* Quotes
* Em dashes instead of hyphens
* Ellipses instead of three dots&#x20;

## **Correcting Typos and Errors**&#x20;

* Remove HTML tags
* Delete word repeat
* Delete double punctuation: “..” → “.” | “! …,” → “...” | “,,” → “,”

## **Removing Any Excess Spaces**&#x20;

* After an opening and before a closing bracket
* Between characters at the end of a line
* Before punctuation marks
* At the beginning and end of a text, along with unnecessary line breaks


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://setka.gitbook.io/help-center/setka-post-editor/enhace-symbols.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
