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>&#165676;</p>
📋
CSS .selector { content: '\2872C' };
📋
JS var unicodeA = '\u2872C ';
📋
CPP char unicodeA = ' \u2872C ';
📋
Java char unicodeA = '\u2872C';
📋
Python unicodeA = '\u2872C'
📋

What is Unicode character 𨜬?

The Unicode character 𨜬 U+2872C 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+2872C.

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!