Back
Asciify Logo
Asciify

Latin Small Letter D

The fourth of the six hexadecimal letter-digits, lowercase 'd' represents the value 13 and sits at ASCII code point 100 (0x64) — a clean decimal landmark within the character table. It is the fourth letter of the Latin alphabet, a voiced alveolar plosive that accounts for roughly 4.3 % of characters in typical English corpora, and rests 32 positions above its uppercase counterpart 'D' at 68 (0x44), maintaining the standard single-bit case offset (bit 5) in ASCII.

Latin Letter

Technical Details

Code Example

</>
// %d format specifier for integers
int value = 42;
printf("Value: %d\n", value); // Value: 42
printf("Hex: %x\n", value); // Hex: 2a

Common Usage

  • Hexadecimal digit: As the fourth hex letter-digit, 'd' represents 13 and appears throughout MAC addresses (aa:bb:cc:dd…), SHA digests, and CSS shorthand colors (#ddd for a light grey). Because 0x64 equals 100 in decimal, it can serve as a quick sanity landmark when scanning hex tables.

  • Regex digit shorthand: The escape \d is one of the most widely used character-class shorthands in regular expressions, typically matching ASCII decimal digits [0–9] in engines such as PCRE, Python, JavaScript, and Java — though behavior may differ in Unicode mode. Its negation \D typically matches everything that is not a digit.

  • Format specifier for integers: In C-family printf-style formatting, %d formats a signed decimal integer — likely the first format token most programmers encounter. Similar syntax appears in Python 2 string formatting, Perl, Ruby, and Go's fmt package, though details vary by language.

  • Diacritical variants: Several orthographies modify 'd' — đ (stroke) is a distinct letter in Croatian, Vietnamese, and Serbian Latin; ď (caron) appears in Czech and Slovak; and ḍ (dot below) is used in IAST transliteration of Sanskrit and in some African language orthographies.

  • Hexadecimal digit: As the fourth hex letter-digit, 'd' represents 13 and appears throughout MAC addresses (aa:bb:cc:dd…), SHA digests, and CSS shorthand colors (#ddd for a light grey). Because 0x64 equals 100 in decimal, it can serve as a quick sanity landmark when scanning hex tables.

  • Regex digit shorthand: The escape \d is one of the most widely used character-class shorthands in regular expressions, typically matching ASCII decimal digits [0–9] in engines such as PCRE, Python, JavaScript, and Java — though behavior may differ in Unicode mode. Its negation \D typically matches everything that is not a digit.

  • Format specifier for integers: In C-family printf-style formatting, %d formats a signed decimal integer — likely the first format token most programmers encounter. Similar syntax appears in Python 2 string formatting, Perl, Ruby, and Go's fmt package, though details vary by language.

  • Diacritical variants: Several orthographies modify 'd' — đ (stroke) is a distinct letter in Croatian, Vietnamese, and Serbian Latin; ď (caron) appears in Czech and Slovak; and ḍ (dot below) is used in IAST transliteration of Sanskrit and in some African language orthographies.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026