|
| 1 | +--- |
| 2 | +title: Use color emojis in Visual Studio |
| 3 | +description: Learn where Visual Studio shows emojis in full color, including comments, Markdown, Copilot Chat, Output window text, and Solution Explorer items. |
| 4 | +ms.date: 06/08/2026 |
| 5 | +ms.topic: how-to |
| 6 | +author: ghogen |
| 7 | +ms.author: ghogen |
| 8 | +ms.subservice: general-ide |
| 9 | +--- |
| 10 | + |
| 11 | +# Use color emojis in Visual Studio |
| 12 | + |
| 13 | +Visual Studio renders emojis in full color across common IDE surfaces. You can use emoji markers in comments, Markdown, and collaboration workflows while keeping the same visual meaning when you move between views. |
| 14 | + |
| 15 | +## What color emoji support includes |
| 16 | + |
| 17 | +Emoji characters now render in full color instead of monochrome outlines in supported Visual Studio surfaces. This behavior can make visual markers easier to scan in large files, logs, and tool windows. |
| 18 | + |
| 19 | +## Where you see color emojis |
| 20 | + |
| 21 | +You can use color emojis in the following places: |
| 22 | + |
| 23 | +- Code comments |
| 24 | +- Markdown files and Markdown preview |
| 25 | +- GitHub Copilot Chat responses and prompts |
| 26 | +- Output window text and logs |
| 27 | +- Solution Explorer item and file names |
| 28 | + |
| 29 | +## Try it quickly |
| 30 | + |
| 31 | +Use this short check to verify rendering behavior in your environment: |
| 32 | + |
| 33 | +1. Open a code file and add a comment that includes emojis, such as `// TODO ✅`. |
| 34 | +1. Open or create a Markdown file and add a line with emojis, such as `Status: 🟢 Ready`. |
| 35 | +1. Open **View** > **GitHub Copilot Chat** and submit a prompt that includes emojis. |
| 36 | +1. Build a project and review text in the **Output** window. |
| 37 | +1. Rename a test file or folder in **Solution Explorer** to include an emoji and confirm color rendering. |
| 38 | + |
| 39 | +To insert emoji characters while you're typing, use the Windows emoji picker by pressing <kbd>Windows</kbd>+<kbd>.</kbd> (period), and then select an emoji. |
| 40 | + |
| 41 | +## Notes and limitations |
| 42 | + |
| 43 | +- Emoji appearance can vary slightly by Windows configuration, installed fonts, and scaling settings. |
| 44 | +- In Visual Studio, supported emoji characters are rendered with full color in the UI surfaces listed in this article. |
| 45 | +- For more ways to enter emojis and symbols in Windows, see [Emoji, kaomoji, and symbols panel](https://support.microsoft.com/en-us/windows/windows-keyboard-tips-and-tricks-588e0b72-0fff-6d3f-aeee-6e5116097942). |
| 46 | + |
| 47 | +## Related content |
| 48 | + |
| 49 | +- [Markdown preview controls](markdown-preview.md) |
| 50 | +- [About GitHub Copilot Chat in Visual Studio](visual-studio-github-copilot-chat.md) |
| 51 | +- [Learn about Solution Explorer](use-solution-explorer.md) |
| 52 | +- [Output Window](output-window.md) |
0 commit comments