UTF-8 Office Emojis

Last Updated : 29 May, 2026

Office emojis are visual symbols that represent workplace tools, objects, and activities. They are commonly used to express work-related ideas, tasks, and professional communication in a more engaging way.

  • Represent office tools, supplies, and workplace-related objects.
  • Useful for discussing work, business, productivity, and professional tasks.
  • Can be added to HTML using hexadecimal, decimal UTF-8, or HTML entity codes.

Implementing Office Emojis

HTML
<!--Driver Code Starts-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!--Driver Code Ends-->

<p>Books Emoji - &#x1F4DA; - &#128218;</p>
<p>Calendar Emoji - &#x1F4C5; - &#128197;</p>
<p>Memo Emoji - &#x1F4DD; - &#128221;</p>

<!--Driver Code Starts-->
</body>
</html>

<!--Driver Code Ends-->
  • The HTML code includes both hexadecimal (&#x1F4DA) and decimal (&#128128) entity codes for displaying office-related emojis.
  • Hexadecimal codes start with &#x (base-16), while decimal codes use &# (base-10). Both represent the same emoji.

Here's a list of commonly used office emojis, categorized and with their Unicode, HTML entity, and decimal codes:

Office Equipment & Tools

Here is a list of office equipment and tools, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
📚BooksU+1F4DA&#x1F4DA;&#128218;
📅CalendarU+1F4C5&#x1F4C5;&#128197;
📝MemoU+1F4DD&#x1F4DD;&#128221;
📈Bar ChartU+1F4C8&#x1F4C8;&#128200;
📑Bookmark TabsU+1F4D1&#x1F4D1;&#128209;
📚Open BookU+1F4DA&#x1F4DA;&#128218;
📓NotebookU+1F4D3&#x1F4D3;&#128211;
📘Books StackU+1F4D8&#x1F4D8;&#128216;
✏️PencilU+270F&#x270F;&#9999;
💽LaptopU+1F4BD&#x1F4BD;&#128189;
📺TelevisionU+1F4FA&#x1F4FA;&#128250;
💻ComputerU+1F4BB&#x1F4BB;&#128187;
💰Money BagU+1F4B0&#x1F4B0;&#128176;

Communication & Media

Here is a list of office communication and media emojis, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
📢LoudspeakerU+1F4E2&#x1F4E2;&#128226;
📰NewspaperU+1F4F0&#x1F4F0;&#128240;
📷CameraU+1F4F7&#x1F4F7;&#128247;
📱Mobile PhoneU+1F4F1&#x1F4F1;&#128241;
📻RadioU+1F4FB&#x1F4FB;&#128251;

Work-related Symbols

Here is a list of office work-related emojis, with their HTML entities, decimal codes, and Unicode:

EmojiNameUnicodeHTML EntityDecimal Code
⚖️Scales (Law)U+2696&#x2696;&#9878;
🏛️Office BuildingU+1F3DB&#x1F3DB;&#127963;
👥Office WorkersU+1F465&#x1F465;&#128101;
📞Telephone ReceiverU+1F4DE&#x1F4DE;&#128222;
📛BriefcaseU+1F4CB&#x1F4CB;&#128203;
🏢Office BuildingU+1F3E2&#x1F3E2;&#127970;
⚙️Gear (Settings)U+2699&#x2699;&#9881;
💾Floppy DiskU+1F4BE&#x1F4BE;&#128190;
Comment