The increasing use of emojis in online communication reflects emotional expression that is often more immediate and intuitive than text. This study proposes a lightweight sentiment classification approach that utilizes only emoji features extracted from social media posts, without relying on textual content. The importance of this research lies in its relevance to short-form digital content, where textual sentiment cues are minimal or absent. To address the classification problem, we implement and compare multiple machine learning models including Random Forest (RF), Support Vector Machine, and an ensemble Voting Classifier combining both. Emoji tokens were vectorized using character-level count vectorization, and performance was evaluated using 5-fold cross-validation to ensure robustness and generalizability. Results show that the ensemble model achieved the highest average accuracy of 93.6%, outperforming the individual classifiers. These findings confirm that emojis alone can serve as reliable indicators of sentiment and support the deployment of fast, interpretable, and scalable models for social media sentiment analysis.