Symbols

Right Ceiling ⌉

The right ceiling bracket (⌉) closes the ceiling function notation. Together with ⌈, it forms the bracket pair used to express 'round up to nearest integer.' The ceiling function appears throughout discrete mathematics and algorithm analysis.

All Representations

Named Entity
⌉
Decimal Code
⌉
Hex Code
⌉
Unicode
U+2309

Rendered Output

⌉ renders as the character shown above

When to Use Right Ceiling

Use the right ceiling bracket to close ceiling function expressions (⌈3.2⌉ = 4). It pairs with ⌈ and is essential for pagination calculations, memory allocation formulas, and computer science content about rounding and discrete quantities.

Try It — HTML Examples

Named entity in text
<p>Symbol: &rceil;</p>
Decimal reference
<p>Symbol: &#8969;</p>
Hex reference
<p>Symbol: &#x2309;</p>
Inside an HTML attribute
<div title="The Right Ceiling: &rceil;">Hover to see</div>

About the Right Ceiling Entity

The Right Ceiling character (⌉) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &rceil;, the decimal numeric character reference &#8969;, or the hexadecimal numeric reference &#x2309;. The character is assigned Unicode code point U+2309 in the Universal Character Set.

The right ceiling bracket (⌉) closes the ceiling function notation. Together with &lceil;, it forms the bracket pair used to express 'round up to nearest integer.' The ceiling function appears throughout discrete mathematics and algorithm analysis.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Right Ceiling character in your HTML documents, the named entity &rceil; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8969; and hexadecimal form &#x2309; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the right ceiling bracket to close ceiling function expressions (⌈3.2⌉ = 4). It pairs with &lceil; and is essential for pagination calculations, memory allocation formulas, and computer science content about rounding and discrete quantities.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.