How would you mark up a piece of ASCII art (an emoticon) in an accessible way?
<label for="art">ASCII emoticon of a shrug</label><pre role="img" id="art">¯\_(ツ)_/¯</pre>
<pre role="emoticon" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre>
<pre role="img" aria-label="ASCII emoticon of a shrug">¯\_(ツ)_/¯</pre>
<dfn title="ASCII emoticon of a shrug">¯\_(ツ)_/¯</dfn>