Rich Text Editor
Console Character Limits:
Live Store Preview
About this app
Final Play Store Console Output
Google Play Store HTML Compatibility Matrix
| HTML Tag / Code | Play Store (Android App) | Play.google.com (Web) | Best Practice & Notes |
|---|---|---|---|
http://phiture.com |
Clickable Link | Clickable Link | Plain URLs automatically convert to links on both platforms. |
<a href="http://...">Link</a> |
Supported | Supported | Best practice: <a href="http://phiture.com">Link:</a> http://phiture.com |
<font color="red">Text</font> |
Renders Color | Strips Color (Plain) | Use valid Hex values (e.g. #DC2626) for best mobile rendering. |
<u>Underline</u> |
Supported | Supported | Renders underlined text. |
<i>Italic</i> |
Supported | Supported | Replaces markdown *italic* or <em> tags. |
<b>Bold</b> |
Supported | Supported | Replaces markdown **bold** or <strong> tags. |
<h1>Header 1</h1> |
Bold Header | Standard Header | Best practice: <h1><b>Header 1</b></h1> |
<h2>Header 2</h2> |
Bold Header | Standard Header | Best practice: <h2><b>Header 2</b></h2> |
<h3>Header 3</h3> |
Bold Header | Standard Header | Best practice: <h3><b>Header 3</b></h3> |
โ โ ๐ Emojis |
Supported | Supported | UTF-8 standard emojis supported. Renders based on system font. |
» & Entities |
Supported | Supported | Standard HTML character entities render cleanly (e.g. ยป &). |
A<br />B or \n |
Line Break | Line Break | Line breaks are natively supported in Google Play. |
<small>Small</small> |
Supported | Supported | Renders slightly smaller font size. |
<sup>Sup</sup> / <sub>Sub</sub> |
Supported | Supported | Renders superscript and subscript characters. |
<blockquote>Text</blockquote> |
Blue Left Border | No Border (Plain) | Renders a blue accent left border line on Android App. |
<img>, <font size>, <center> |
Not Supported | Not Supported | Tested & rejected by Play Console. Stripped automatically by our AI tool. |
<div>, <span>, <p>, <ul>, <li>, style |
Not Supported | Not Supported | ChatGPT/Gemini tags. Stripped or converted to โข bullets & \n. |