# Special Characters in dynamic text field

**URL:** https://forum.kirupa.com/t/special-characters-in-dynamic-text-field/302287
**Category:** flash
**Created:** [December 25, 2009, 1:47pm UTC](https://forum.kirupa.com/t/special-characters-in-dynamic-text-field/302287 "2009-12-25T13:47:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![black\_pearl](https://avatars.discourse-cdn.com/v4/letter/b/aeb1de/32.png) [@black\_pearl](https://forum.kirupa.com/u/black_pearl)
#### Post date: [December 25, 2009, 1:47pm UTC](https://forum.kirupa.com/t/special-characters-in-dynamic-text-field/302287/1 "2009-12-25T13:47:37Z")

</div>

I want to show special characters in flash

I have taken a dynamic text field with HTML property = true;

Some of the characters are working fine. But some of the special characters are not. For example the angle symbol “∠” is not working.

I found out the Decimal code for angle symbol (∠) and used it. It is working fine if I don’t embed the font but when we embed the font (even with all the characters that flash support), it is not working.

I am using the following code

```auto
abc_txt.htmlText="&#8736; abc"

```
