# Emoji with bottom alignment that are too low when scaled down

**URL:** https://meta.discourse.org/t/emoji/386086
**Category:** UX
**Tags:** emoji
**Created:** [October 18, 2025, 4:56pm UTC](https://meta.discourse.org/t/emoji/386086 "2025-10-18T16:56:33Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![littleD](https://avatars.discourse-cdn.com/v4/letter/l/7bcc69/32.png) [@littleD](https://meta.discourse.org/u/littleD)
#### Post date: [October 18, 2025, 4:56pm UTC](https://meta.discourse.org/t/emoji/386086/1 "2025-10-18T16:56:34Z")

</div>

Background: after recent change, emoji image size changed from `20px` to `1em` (i.e. `16px` in the theme I use and meta.discourse use by default).

[https://github.com/discourse/discourse/pull/34494](https://github.com/discourse/discourse/pull/34494)

Since [this change](https://github.com/discourse/discourse/pull/19815) in 2023, the display of emoji images has been aligned with the bottom of the text. The combination of these two factors makes emojis appear lower than surrounding text from the perspective of a CJK user. I believe that users from non-CJK cultures would likely perceive the emoji placement similarly and also find it weird.

The following figure shows a comparison of the display effect of a text and emoji mixed together. The font size and the width/height of the emoji are all set to `16px`. The only CSS difference between upper/lower parts is the `vertical-align` of emojis: the upper is `text-bottom` (current Discourse setting), and lower is `baseline` (my proposed change).

 ![emoji vertical-align test](https://global.discourse-cdn.com/meta/original/4X/3/5/0/350b52aa9c163d1ca1ab47faf7ea919cae2edba9.png)

> **bbcode of the testing text**
>
> Nulla malesuada porttitor diam. ⭐  
> Nam ipsum ligula 🥳  
> Integer non enim. 🏎  
> 你好 👋 世界 🌐  
> Hello 👋 world 🌐

I think the lower part looks much better. Why did Discourse choose `vertical-align: text-bottom`? Is it ok to change to `baseline` for now (after the #34494 pull request)?

---

_[View the full topic](https://meta.discourse.org/t/emoji/386086)._
