Skip to content

Instantly share code, notes, and snippets.

View GowayLee's full-sized avatar
😵‍💫
Reading papers

Haoyuan Li GowayLee

😵‍💫
Reading papers
View GitHub Profile
@GowayLee
GowayLee / guidance.md
Last active October 11, 2025 05:32
Extracting Segoe UI Emoji

Segoe UI Emoji is an emoji font designed for Windows 11, known for its adorable style. The font file is named seguiemj.ttf. However, it doesn't seem to be available for direct download. To allow Linux PC users (like myself) to enjoy these charming emojis on Linux systems, we need to find a way to extract this font file.

Since this font is distributed with Windows 11, we can download the Windows 11 ISO image and attempt to extract the seguiemj.ttf file from it.

  1. Use the command 7z x /path/to/ISO to extract the ISO image.

Windows packages resource files and font files in /sources/install.wim. To extract files from the WIM archive, we need to install wimlib.

  1. Use wimlib-imagex dir /path/to/install.wim 1 to view the file list of the image with Index 1 in the WIM archive. (The WIM file may contain multiple versions of images, so the index must be specified.)
  2. We find that seguiemj.ttf is located under the path /Windows/Fonts/.