BQN language bar, key-bindings, and character compositions
This provides two ways to easily enter BQN characters into pretty much any input field on any webpage:
- Use backslash \ as prefix BQN key, e.g. \G gives
𝔾
. - Click on symbols in the language bar.
Try it here:
Hover over a symbol in the language bar for keybindings.
To enter the \
character, press \Space.
Installation
Desktop browser
- Drag this link to your bookmarks bar: BQN
Mobile browser
- Add a bookmark for this page.
- Edit the bookmark's target URL address to
javascript:(d=>{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/bqn.js";d.body.appendChild(e)})(document)
Webpage
- Include this HTML in your page:
<script src="https://abrudz.github.io/lb/bqn.js"></script>
Activation
- Navigate to the web page where you want to enter BQN characters.
- Click on the BQN bookmark. The language bar should appear at the web page's top.