Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<kbd> #58

Open
victormaoya opened this issue Sep 25, 2023 · 3 comments
Open

<kbd> #58

victormaoya opened this issue Sep 25, 2023 · 3 comments

Comments

@victormaoya
Copy link

How do I actually insert the symbol say for Command

@aniruddhaadak80
Copy link

Hii @victormaoya ,
To insert symbols, such as the Command symbol, in Markdown, you can use HTML entities or Unicode characters. For the Command symbol, you can use the Unicode character for it, which is U+2318. Here's an example:
<kbd>&#8984;</kbd> or <kbd>⌘</kbd>
This will render as:
<kbd>⌘</kbd>
You can find Unicode characters for various symbols on websites like unicode-table.com.

@victormaoya
Copy link
Author

Thank you.

@aniruddhaadak80
Copy link

Glad I could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants