I am trying to store the fraction 3/5 (three fifths) as a character in MySQL so that it outputs in php like the symbol ½ within a line of text. I am using phpMyAdmin.
The code for the fraction 3/5 is:
- Character Name - VULGAR FRACTION 3/5
- Character - ⅗
- Entity --
- Num Entity -
⅗
- Hex Entity -
⅗
Is there a way to do this.