Rich Text Editor

Paste from ChatGPT, Gemini, Word, or type below
โ˜… โœ“ ๐Ÿš€ ๐Ÿ”ฅ โšก โญ ๐Ÿ“ฑ โ–ถ โ€ข
Console Character Limits:
Short Description 0 / 80
Long Description 0 / 4000

Live Store Preview

๐Ÿ“ฑ
Sample Android App
Developer Team
4.8 โ˜… 1M+ Downloads Everyone
About this app

Final Play Store Console Output

Copy and paste this into Google Play Console's description box

Google Play Store HTML Compatibility Matrix

Official reference guide based on tested Play Console behavior
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.
&raquo; &amp; 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.