Is it OK to use an emoji as the only content of a button or link?
Not by itself. An emoji-only button (like 🗑️ for Delete) can be accessible if you pair it with an aria-label that describes the action — aria-label="Delete". Without that, some assistive tools will read the Unicode name, which may not match the user's intent.