HTML Entity/Symbol⌉(RIGHT CEILING )

Copy this symbol

RIGHT CEILING

Click on any of the following code values to copy to clipboard.

⌉
⌉
U+02309
\2309
⌉

HTML Examples

Using HTML Code value in HTML file

<span> &#8969; </span>

Using HTML Entity value in HTML file

<span> &rceil; </span>

CSS Example

Using CSS content code of the HTML entity &rceil; to specify in a CSS file

span { 
    content: "\2309";
}
All HTML Symbols