Created
November 30, 2015 16:46
-
-
Save fredcy/da6a69f084107c6b64e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Html exposing (span) | |
import Html.Attributes exposing (property) | |
import Json.Encode exposing (string) | |
main = span [ property "innerHTML" <| string "x × y"] [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An alternative would be to use the UTF-8 character representation as described in this discussion: