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>&#167148;</p>
📋
CSS .selector { content: '\28CEC' };
📋
JS var unicodeA = '\u28CEC ';
📋
CPP char unicodeA = ' \u28CEC ';
📋
Java char unicodeA = '\u28CEC';
📋
Python unicodeA = '\u28CEC'
📋

What is Unicode character 𨳬?

The Unicode character 𨳬 U+28CEC 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+28CEC.

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!