step 72
Step 72
Within the .shirt element, add a div with the following emoji as content: 💜
<div class="shirt">
<div content="❓">❓</div>
</div>
I must be overthinking this. I searched the unicode for a question mark emoji and how to use it. I simply can’t seem to get it to work.
Thank you for any help you can give me.
I looked at the lesson and it wants you to use a heart.
Not a question mark.
I googled the hex code and found this
You want the html entity (hex)
I also can’t figure out how to use any unicode emoji in a div content. I assume it means in the content attribute.
It looks like the emoji is not rendering for you.
On my end it looks like this

Also, when I run your code I get this error message
When I use the correct emoji code for the heart then it passes the test
odd I tried with the purple heart emoji and it still fails
I used the html entity and this code passes for me
<div>💜</div>
1 Like
OK I reloaded and the Purple Heart emoji unicode works now. It still isn’t rendering correctly.
system
Closed
#10
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.