Plain text for the Bitcoin symbol

8

1

It seems that the most widely used symbol for Bitcoin is a B with two vertical lines through it1. It makes sense, as a single letter with a line or two through it is common for many currencies. Is there a plain text printing for this symbol, or perhaps a font that can insert it into documents and the like? What about a hex code or something for HTML printing? I'm looking for other ways to denote the currency without using an image.


  1. With the symbols found here, it looks like a circle around it might become part of the official symbol as well. Maybe I should ask that separately.

4276

Posted 2014-01-30T06:45:09.327

Reputation: 1 568

Answers

6

Like Murch said, there isn't a current text based symbol for it, but if you're going to use it on a web application, you can always use Font Awesome.

After you include the fontawesome library, you use the bitcoin symbol like this:

<i class="fa fa-btc"></i> fa-btc

Example output of the code above would be:

Example output would be like this

You can find more information regarding fontawesome bitcoin symbol documentation here.

Besir Kurtulmus

Posted 2014-01-30T06:45:09.327

Reputation: 179

1That's neat, however, isn't that an image? The asker said "I'm looking for other ways to denote the currency without using an image.".Murch 2014-01-30T17:08:58.130

2Yes you are correct, but he also mentioned being able to print it through HTML. Plus when you use it like in the example, it behaves like text, not an image.Besir Kurtulmus 2014-01-30T17:12:25.157

Very cool. I will look into that.4276 2014-01-30T18:37:24.133

4

I got the common Bitcoin symbol (B with two lines) approved for addition to Unicode as U+20BF last year. It will hopefully become part of the next Unicode standard in June and then it can be used in text. The character (₿) is already supported by iOS and macOS.

Ken Shirriff

Posted 2014-01-30T06:45:09.327

Reputation: 231

Apparently that character is not approved for windows ... I can't see it.4276 2016-12-19T22:58:36.013

1@fredsbend: currently iOS and macOS support the ₿ character even though it's not "official" yet. Presumably Windows is waiting for it to be officially part of the standard. I thought Android was going to include it by now, but I guess they decided to wait.Ken Shirriff 2016-12-19T23:02:22.277

How to get it on android? They are dragging feet. What's the work-around? It needs to be a text-based solution. Thanks.toddmo 2018-06-09T20:44:27.647

Embedding in HTML: &amp;#8383;MCCCS 2018-09-24T15:42:29.277

2

I've made a custom font with Bitcoin, Litecoin, and Dogecoin symbols. There's a download link in .otf format in this bitcointalk thread. (It's labeled "Download.")

If this font file doesn't include a cryptocurrency symbol that you need, I'm willing to add it.

Arshid KK

Posted 2014-01-30T06:45:09.327

Reputation: 131

1

To my knowledge there doesn't yet exist a single symbol font representation of the B with two vertical lines, although it seems to be possible to compose it by combining a B and a double vertical stroke overlay: B⃦. However, this doesn't display properly for me.

Some people have been using ฿ instead, however, this is actually the symbol for another currency, the Thai Baht. There has also been some discussion that a B with two vertical lines doesn't distinguish well enough from the Baht symbol.

One could also see Ƀ being used, but its usage doesn't seem to be widespread.

On Bitcoin.it one can find a comprehensive wikipage about the Bitcoin-Symbol. Unfortunately, it has not been updated since August 2013.

Until a proper unicode symbol is introduced, the best option for a disambiguous textual representations for Bitcoin might be one of either of the following.

Murch

Posted 2014-01-30T06:45:09.327

Reputation: 41 609

Thank you for the link. I do agree that the current symbol is too similar to the Thai Baht (which may turn out to be a widely used currency in Asia over the next few decades). BTC is perhaps best for now, if I want to avoid using images. It seems to be used enough that Google has it as the 1st listing. Someone on the site preferred a different symbol with a half horizontal line through the bottom left side of the B. I think that is pretty distinct.

4276 2014-01-30T18:35:58.970

I personally think that some combination of a B and a C would be best. Maybe the B and the C can be on top of each other in some aesthetically pleasing way.4276 2014-01-30T18:38:09.343

I just tried it, but the ideas I came up with didn't look particularly like a currency symbol to me. ;)Murch 2014-01-30T18:55:54.087

I came up with this a few minutes ago.4276 2014-01-30T19:00:45.910

@fredsbend: Not sure that would scale particularly well. Here is also a nice combination for BC: cartman on Bitcoin-talk thread "Official Bitcoin Unicode Character?"

Murch 2014-01-30T19:04:38.590

That's not bad. It seems like a B with a full circle might become popular in the future. When writing it, I like mine better.4276 2014-01-30T19:06:27.803

2For historical reasons, the US dollar and the Mexican peso both share the $ symbol (they both took it from their common ancestor, the Spanish dollar of course). As long as it's clear by context which currency a text is talking about, no one gets confused. When both are talked about, in Mexican media at least practice is to use "US$" for dollars and "MX$" or "MXP$" for pesos. A similar convention could arise should the Baht symbol starts getting used for the Bitcoin as well...Joe Pineda 2014-01-30T19:07:05.960

After reading more in that thread on Bitcoin-Talk, I am entertaining the notion of using ฿Cin the future. ;)Murch 2014-01-30T19:13:05.243

That's a good one. Supports what @JoePineda says might happen anyway. I narrowed the the thing I made by 20%. Fits more inline with typical text width to height ratios.

4276 2014-01-30T19:14:54.540

We can continue in chat ...4276 2014-01-30T19:21:11.390

Ƀ is the best. You can change a registry setting on Windows so that you can type unicode, then you can type it by pressing Alt+243, you literally press the "+".Motes 2018-03-09T20:15:19.677

Also Ƀ has an interesting history. It was once used by old German Saxon Tribes as their "V" and made a "Vah" sound before the Latin V entered the alphabet. I say Ƀ sounds like Victory to me.Motes 2018-03-09T20:18:08.933