Decibel Level Reference β Online Common Sound Examples
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
UD5 Toolkit
Explore default browser font stacks across operating systems. Preview rendering, check font availability, and copy CSS font-family declarations.
font-family. The browser attempts to render text using the first available font in the list. If that font isn't installed on the user's system, it falls back to the next font, and so on. The final entry is typically a generic family like serif, sans-serif, or monospace, which guarantees text will always render. Font stacks are essential for consistent cross-platform typography.
-apple-system), Linux distributions typically include Liberation fonts or DejaVu, iOS uses San Francisco, and Android relies on Roboto and Noto families. These differences mean developers must craft font stacks that gracefully degrade across platforms.
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, ... to automatically select the native UI font of the user's operating system. This provides a native app-like feel on every platform without loading custom web fonts. Benefits include zero download time, perfect OS integration, and excellent legibility. It's widely used by major sites like GitHub, Medium, and Bootstrap itself.
document.fonts.check() for fonts loaded via @font-face. However, for locally installed system fonts, Canvas measurement remains the most reliable method. This tool uses Canvas detection to show green (available) or orange (fallback) indicators next to each primary font.
@font-face and system font stacks, they remain useful as reliable fallbacks. Including them in your stack ensures broad compatibility, especially for older browsers and devices. Modern best practice is to use a system UI stack with web-safe fallbacks.
"SF Mono", "Consolas", "Menlo", "Liberation Mono", "Courier New", monospace. Always end with monospace as the generic fallback to ensure monospaced rendering.
@font-face to load a primary brand font, then specify a system font stack as fallback. Example: font-family: "YourBrandFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;. This ensures your brand typography displays when the custom font loads successfully, while providing a polished native experience if it fails or is still loading.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Searchable list of Q-codes with meanings. Also includes RST system. Prepare for license.
Enter a URL and extract the font stacks and web font URLs used on that page. Quick typography research.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Browse the builtβin styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Search by country or city to find the capital. Full offline list. Useful for homework or travel planning. Static data.
Search and browse a comprehensive table of SI units and common imperial conversions. For students and engineers.
Search by country or currency name to find its symbol and code. Quick static reference for international business.
Select a folder of images and start a fullβscreen slideshow right in your browser. Adjust interval and transition. No upload.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacyβaware.
Searchable grid of all named HTML character entities with previews. Click to copy &, <, © etc. For web devs.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Searchable table of wellβknown TCP and UDP ports with their services. Check 80, 443, 3306, and many more.
Reference diagrams for USBβA, USBβC, microβUSB pinouts. See wire colors and signal descriptions. Hardware hacking helper.
See the current UV index forecast or enter a value to learn protection needed (SPF, hat, shade). Educational.
Enter an English word to get a brief etymology (Latin, Greek, etc.) and root meaning. From curated static data.
Enter a number of sides (3β100) and get the correct polygon name (triangle, hectogon). Fun geometry reference.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Scroll through thousands of preβcomputed digits of Ο. Search for a specific string of digits. For math lovers.
Paste a raw cookie string and see a formatted keyβvalue table. Debug session cookies and understand flags. Runs in browser.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
A searchable list of essential Docker CLI commands for managing containers, images, and volumes. Copy-paste friendly. Always handy.
Quick reference for frequently used Git commands with examples. Searchable and categorized. A handy resource for all developers.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Look up quick facts about any country: capital, population, currency, flag, and continent. Static data, fast search. Great for travel and education.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Interactive ASCII table showing decimal, hex, octal, and binary codes for all standard and extended ASCII characters. A classic programmer reference.
A complete reference of HTTP status codes with explanations. Search and filter by code or category. Useful for API developers and web debugging. Static and fast.