and Odysee, TWITCH, Rumble…
YouTube Videos (Description) Markup Cheatsheet
Text Formatting
- Italics:
*text* - Bold:
**text** - Bold Italics:
***text*** Strikethrough:~~text~~
Links:
YouTube Video Description Links
In YouTube video descriptions, links are added as plain URLs (e.g., https://at-edoga.net). YouTube automatically detects and converts them into clickable hyperlinks when viewed. No HTML markup (like tags) or Markdown (like text) is supported for custom link textβdescriptions are plain text with auto-linking.
YouTube
- Start with http:// or https:// to ensure recognition.
- Place them early in the description for better visibility.
- Test by saving and checking the video page.
TWITCH
- Basic link:
[Link Text](https://example.com) Timestamp link:[2:30](https://youtu.be/videoID?t=150)
Timestamps
- Clickable timestamps:
0:00 Intro 0:00– Automatically becomes clickable
Headers
Text-Based Headers
# Main Header## Subheader### Small Header
Emoji-Enhanced Headers
π¬ Video Overviewπ Timestampsπ Related Links
Monetization & Affiliate Links
[Product Name](https://affiliate-link) π- Use clear, descriptive anchor text
- Add disclosure:
(Affiliate Link)
Linux Emoji/Symbol Input Methods
Keyboard Shortcuts
- GNOME/GTK Apps
Ctrl + .(Period)Ctrl + Shift + e
- Emoji Picker
Super (Windows) Key + .Super (Windows) Key + ;
Installation Methods
Ubuntu/Debian
sudo apt update
sudo apt install ibus-uniemoji
Fedora
sudo dnf install ibus-uniemoji
Arch Linux
sudo pacman -S ibus-uniemoji
Manual Input Techniques
- Unicode Hex Input:
Ctrl + Shift + uthen type hex code - Example:
Ctrl + Shift + uthen1F600= π
Command Line Methods
# Echo emoji
echo -e '\U1F600' # Grinning face
# Copy to clipboard
echo 'π' | xclip -selection clipboard
Terminal Emoji Tricks
# Print random emoji
echo $(printf '\U1F600-\U1F64F' | shuf -n1)
# List available emojis
emoji-cli
Advanced Emoji/Symbol Input
Clipboard Managers
CopyQDiodonClipman
Unicode Resources
Websites
- Emojipedia
- Unicode Table
- GetEmoji
Browser Extensions
- Emoji Keyboard
- Emoji Cheatsheet
- Unicode Input
Fonts Supporting Emojis
# Install emoji fonts
sudo apt install fonts-noto-color-emoji
sudo apt install fonts-twemoji-svginot
Input Method Configurations
IBus Setup
ibus-daemon -drx
ibus restart
Keyboard Layouts
us-intllayoutcomposekey methodAlt Grcombinations
Quick Reference Symbols
- π = U+1F600
- π = U+1F680
- π» = U+1F4BB
Pro Tips
- Keep formatting simple
- Don’t overuse special characters
- Test markup before posting
Emoji on and have fun! ππ€
System-Wide Settings
- Language Support
- Input Methods
- Keyboard Shortcuts
Monetization & Affiliate Links
Link Formatting
[Product Name](https://affiliate-link) π- Use clear, descriptive anchor text
- Add disclosure:
(Affiliate Link)
Social Media Integration
Platform Links
πΈ Instagram: @usernameπ¦ Twitter: @handleπΌ LinkedIn: [Profile Link](url)
Sponsorship Indicators
Sponsorship Tags
[SPONSORED]π€ Sponsored by @CompanyName#ad(legal requirement in many regions)
Performance Tracking
UTM Parameters
https://link.com?utm_source=youtube&utm_medium=description
- Helps track traffic sources
Accessibility Markup
Content Warnings
β οΈ Flashing Lightsπ Loud Audioπ Subtitles Available
Engagement Prompts
Call-to-Action Styles
π COMMENT BELOW!π SUBSCRIBE NOWπ LIKE if you enjoyed
Quick Reference Symbols
- π Time
- π‘ Tip
- π Link
- π Note
- π¨ Warning
Happy creating and emoji-ing! ππ€

Leave a Reply