From daf5fd5ddbefb3e8b8041a80d99bff14dd18ff43 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:34:29 -0500 Subject: [PATCH] Emojis must be Unicode, not specified as Markdown in channel headers (#7712) * Emojis must be Unicode, not specified as Markdown in channel headers * Update source/collaborate/channel-naming-conventions.rst * Clarified Unicode workflow --- source/collaborate/channel-naming-conventions.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/collaborate/channel-naming-conventions.rst b/source/collaborate/channel-naming-conventions.rst index 8bef4b62fcb..f0f54acfebb 100644 --- a/source/collaborate/channel-naming-conventions.rst +++ b/source/collaborate/channel-naming-conventions.rst @@ -14,7 +14,12 @@ Basic structure - Channel names have a 64-character limit to ensure readability on both desktop and mobile devices. - An additional 1024 characters are available for describing the channel's focus in the channel header and channel information pane. - An additional 128 characters are available for a **Channel Purpose** that's visible in the channel header and the channel information pane. -- Channel names can include emojis. Specify the emoji by its name in the format ``:smile:``. We recommend prefixing channel names with emojis for the following reasons: +- Channel names can include standard Unicode emojis that are universally supported emojis that look the same (or similar) across platforms. Specify a Unicode emoji by positioning your cursor in the channel **Display Name** field and accessing the Unicode emoji picker for your operating system, as follows: + + - On Windows press :kbd:`Windows` + :kbd:`.` or :kbd:`;` to open the Unicode emoji picker. + - On macOS, press :kbd:`Ctrl` + :kbd:`⌘` + :kbd:`Space` to open the Unicode emoji picker. + +We recommend prefixing channel names with emojis for the following reasons: - Emojis can make it easier for users to quickly identify and manage channels, particularly in large workspaces with many channels. - Sharing the same emoji across channels related to a specific category or function helps maintain organization and consistency across the workspace.