mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 02:05:59 +08:00
62 lines
4.4 KiB
HTML
62 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Insert symbols and characters</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Insert symbols and characters" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Insert symbols and characters</h1>
|
|
<p>During working process in the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>, you may need to insert a symbol that is not on your keyboard. To insert such symbols into your spreadsheet, use the <span class="icon icon-insert_symbol_icon"></span> <b>Insert symbol</b> option and follow these simple steps:</p>
|
|
<ol>
|
|
<li>Place the cursor where a special symbol should be inserted.</li>
|
|
<li>Switch to the <b>Insert</b> tab of the top toolbar.</li>
|
|
<li>Click the <div class="icon icon-insert_symbol_icon"></div> <b>Symbol</b> icon.</li>
|
|
<li>
|
|
Click the <b>More symbols</b> option.
|
|
<p><img alt="Insert symbol sidebar " src="../images/insert_symbol_window.png" /></p>
|
|
</li>
|
|
<li>The <b>Symbol</b> dialog box will appear, and you will be able to select the required symbol,</li>
|
|
<li>
|
|
Use the <b>Range</b> section to quickly find the necessary symbol. All symbols are divided into specific groups, for example, select 'Currency Symbols' if you want to insert a currency character.
|
|
<ul>
|
|
<li>If the required character is not in the set, select a different font. Many of them also have characters that differ from the standard set.</li>
|
|
<li>You can also enter the Unicode hex value of the required symbol into the <b>Unicode hex value field</b>. This code can be found in the <b>Character map</b>.</li>
|
|
<li>
|
|
You can also use the <b>Special characters</b> tab to choose a special character from the list.
|
|
<p>The previously used symbols are also displayed in the <b>Recently used symbols</b> field.</p>
|
|
<p><img alt="Insert symbol sidebar " src="../images/insert_symbol_window2.png" /></p>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>Click <b>Insert</b>. The selected character will be added to the spreadsheet.</li>
|
|
<li>To insert a popular or recently used symbol, click the arrow below the <div class="icon icon-insert_symbol_icon"></div> <b>Symbol</b> icon. The most recent symbols will appear at the beginning of the list.</li>
|
|
</ol>
|
|
|
|
<h2>Insert ASCII symbols</h2>
|
|
<p>The ASCII table is also used to add characters.</p>
|
|
<p>To do this, hold down the ALT key and use the numeric keypad to enter the character code.</p>
|
|
<p class="note"><b>Note</b>: be sure to use the numeric keypad, not the numbers on the main keyboard. To enable the numeric keypad, press the <code>Num Lock</code> key.</p>
|
|
<p>For example, to add a paragraph character (§), press and hold down ALT while typing 789, and then release the ALT key.</p>
|
|
|
|
<h2>Insert symbols using the Unicode table</h2>
|
|
<p>Additional characters and symbols can also be found in the Windows symbol table. To open this table, do the following:</p>
|
|
<ul>
|
|
<li>in the <b>Search</b> field, write 'Character table' and open it,</li>
|
|
<li>
|
|
simultaneously press <code>Win</code>+<code>R</code>, and then in the following window type <code>charmap.exe</code> and click OK.
|
|
<p><img alt="Insert symbol windpow" src="../images/insert_symbols_windows.png" /></p>
|
|
</li>
|
|
</ul>
|
|
<p>In the opened <b>Character Map</b>, select one of the <b>Character sets</b>, <b>Groups</b>, and <b>Fonts</b>. Next, click on the required characters, copy them to the clipboard, and paste where necessary.</p>
|
|
</div>
|
|
</body>
|
|
</html> |