Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Unicode U+28FF “⣿”

Unicode

Representation of U+28FF

The Unicode character U+28FF is part of the braille pattern block that represents dots-12345678, denoted as (). It became part of version 3.0 of the Unicode system in 1999. This Unicode has raised all 8 dots and has no width in East Asian text.

Uses of code point U+28FF

This Unicode code point can be used for various purposes, like braille representation, text-based Graphics, and education tools.

Braille Representation:

Unicode U+28FF and other Braille Pattern characters ranging from (U+2800 to U+28FF) can be used to represent Braille characters in digital contexts.

  • Text-based Graphics:

The Unicode character U+28FF () is thick and looks like a filled square character. It can be used in Command-line progress bars, Terminal animations, and Text-based visual effects.

  • Braille Education Tools:

Unicode U+28FF can be used in Braille education to help students learn Braille by displaying all possible Braille characters visually on-screen.

What programming languages support Unicode 28FF?

There are following programming languages are present, including Python, JavaScript, and more that support Unicode U+28FF.

Python:

Python supports the full Unicode system from version 3.0 onwards. You can directly use this Unicode code point in Python by typing their code.(“\u28FF”)This will correctly display the ⣿ character on interfaces.

JavaScript

JavaScript supports Unicode characters in strings using the \u sequence. You can just put the code number into JavaScript console.log(“\u28FF”); it will display the (⣿) symbol on web pages.

Faq’s

Can Unicode 28FF be displayed on a mobile phone?

Yes, Unicode U+28FF can be displayed on a mobile phone. Because most modern mobile phone devices support the Unicode system, including the Braille Patterns block where U+28FF belongs. This Unicode character should appear on your screen if your mobile software supports this Unicode system.

What is the difference between U+28FF and other Braille characters?

Unicode code point 28FF is different from other braille characters because This is the only character that raises all eight dots within the braille cell. However, Other Braille characters do not raise all their dots.

How is Unicode U+28FF encoded in the UTF-8 encoding?

The  Unicode character U+28FF is encoded in UTF-8. It can also be encoded in other UTF encoders like UTF-16 and UTF-32. It takes three bytes in this encoding. The UTF-8 encoding is here.

Scroll to Top