# GrapeCity.Documents.Word.OMathAccent.Character

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathAccent_Character_" data-uid="GrapeCity.Documents.Word.OMathAccent.Character*">Character Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathAccent_Character_" data-uid="GrapeCity.Documents.Word.OMathAccent.Character*"></a>
<h4 id="GrapeCity_Documents_Word_OMathAccent_Character" data-uid="GrapeCity.Documents.Word.OMathAccent.Character">Character</h4>
<div class="markdown level1 summary"><p>Gets or sets the character to be attached to the base of the structure.</p>
<p>The value cannot be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and its length cannot be more than one character.</p>
<p>Empty string value means the accent character is absent.</p>
<p>Default value is Unicode character <b>U+0302</b> (ACCENT, COMBINING CIRCUMFLEX).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Character { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Character As String</code></pre>
</div>
</div>
