Css Styling

Size
𨰘
15px
𨰘
18px
𨰘
21px
𨰘
24px
𨰘
27px
𨰘
30px
𨰘
33px
𨰘
36px
𨰘
42px
𨰘
48px
𨰘
54px
𨰘
60px
𨰘
66px
𨰘
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𨰘
Bold
𨰘
Italic
𨰘
Underline
𨰘
Strikethrough
𨰘
UpperCase
𨰘
LowerCase
𨰘
Oblique
A 𨰘
Subscript
A 𨰘
Superscript
𨰘
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𨰘
Arial
𨰘
Times New Roman
𨰘
Verdana
𨰘
Courier New
𨰘
Garamond
𨰘
Georgia
𨰘
Trebuchet MS
𨰘
Tahoma
𨰘
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𨰘
White
𨰘
Brown
𨰘
Maroon
𨰘
Magenta
𨰘
Red
𨰘
Orange
𨰘
Yellow
𨰘
Green
𨰘
Teal
𨰘
Cyan
𨰘
Blue
𨰘
Violet
𨰘
Purple
𨰘
Indigo
𨰘
Gray
𨰘
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𨰘
White
𨰘
Brown
𨰘
Maroon
𨰘
Magenta
𨰘
Red
𨰘
Orange
𨰘
Yellow
𨰘
Green
𨰘
Teal
𨰘
Cyan
𨰘
Blue
𨰘
Violet
𨰘
Purple
𨰘
Indigo
𨰘
Gray
𨰘
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#166936;</p>
📋
CSS .selector { content: '\28C18' };
📋
JS var unicodeA = '\u28C18 ';
📋
CPP char unicodeA = ' \u28C18 ';
📋
Java char unicodeA = '\u28C18';
📋
Python unicodeA = '\u28C18'
📋

What is Unicode character 𨰘?

The Unicode character 𨰘 U+28C18 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𨰘 represent?

The Unicode character 𨰘 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𨰘?

The Unicode code point for 𨰘 is U+28C18.

Is the appearance of the 𨰘 character consistent across all platforms?

The appearance of the 𨰘 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𨰘 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𨰘 character.

In which version was Unicode character 𨰘 released, and to which block of characters does it belong?

Unicode character 𨰘 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!