Top "Emoticons" questions

Anything related to emoticons or "smileys", i.e. short sequences of ASCII characters (2 or 3 usually) that can be seen as little, stylized faces showing some kind of emotion.

Where can I find a list of all WeChat emoticons?

A list of emoticons with their image, character identifier and name.

emoji emoticons wechat
Add emoji / emoticon to SQL Server table

I am trying to insert emoji / emoticons to a SQL Server database but it just stores ??? instead of the emoji / …

sql sql-server sql-server-2008 emoji emoticons
Replace a list of emoticons with their images

I have an array with: emoticons = { ':-)' : 'smile1.gif', ':)' : 'smile2.gif', ':D' : 'smile3.gif' } then …

javascript emoticons
How to convert emoticons to its UTF-32/escaped unicode?

I am working on a chatting application in WPF and I want to use emoticons in it. I am working …

c# wpf unicode emoji emoticons
A better way to replace emoticons in PHP?

Right now I am using this function for emoticons: function emoticons($text) { $icons = array( ':)' => '<img …

php emoticons strtr
Check if there is an emoji contained in a string

I am getting the text size of a string with this textSize = [[tempDict valueForKeyPath:@"caption.text"] sizeWithFont:[UIFont systemFontOfSize:12] constrainedToSize:…

ios objective-c emoji emoticons sizewithfont
What is this smiley-with-beard expression: "<:]{%>"?

I came across the following program, which compiles without errors or even warnings: int main(){ <:]{%>; // smile! } Live example. …

c++ expression emoticons digraphs
Guides for creating custom IOS emoticons?

I'm looking for a guide on creating custom emoticons for iOS applications on the iPhone. From what I've read so …

iphone ios emoji emoticons
Detect emoticons in string

I found that you need PHP 7 and MySQL 5.5 to use emoticons in a string that you want to upload to …

php mysql laravel detection emoticons
Regex matching emoticons

We are working on a project where we want users to be able to use both emoji syntax (like :smile:, :…

javascript regex emoji emoticons