Github Markdown: Find emoji for the flag of Brazil
Asked Answered
H

2

5

I am trying to use the Brazilian flag using markdown. But it is not as straightforward as I thought. That is to say writing :pt-BR: like for the American flag (:us:) or the Italian flag (:it:).

I found lots of repositories and lists, but none of them showed the flag I was looking for.

Is it possible to use the Brazilian flag, or get it into my README.md on Github?

Haley answered 1/5, 2016 at 11:57 Comment(1)
Thank you for the edit. It's a valuable insight for my next questions. – Haley
L
5

You can just use

<span>&#x1f1e7;&#x1f1f7;</span>

or simply copy and paste the unicode character from http://emojipedia.org/flag-for-brazil/ (or from here: πŸ‡§πŸ‡·)

Demo

Linskey answered 1/5, 2016 at 13:13 Comment(3)
Thanks for the answer. Still I get this: Brazilian Flag. – Haley
Well, actually displays on the latest Safari for iPhone. Thank you for the support. – Haley
Great answer but emoji flags are not supported in Chromium browsers on windows. Best option would be an svg or png image from flagpedia.net – Fillister
C
6

This should be much easier and works :

:brazil:
Cricoid answered 2/8, 2020 at 12:16 Comment(1)
Doesn't work for me. Many other flags seem to be missing on GitHub servers as well (Portugal, Belize, ...). – Anomie
L
5

You can just use

<span>&#x1f1e7;&#x1f1f7;</span>

or simply copy and paste the unicode character from http://emojipedia.org/flag-for-brazil/ (or from here: πŸ‡§πŸ‡·)

Demo

Linskey answered 1/5, 2016 at 13:13 Comment(3)
Thanks for the answer. Still I get this: Brazilian Flag. – Haley
Well, actually displays on the latest Safari for iPhone. Thank you for the support. – Haley
Great answer but emoji flags are not supported in Chromium browsers on windows. Best option would be an svg or png image from flagpedia.net – Fillister

© 2022 - 2024 β€” McMap. All rights reserved.