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

What is Unicode character 𨰷?

The Unicode character 𨰷 U+28C37 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+28C37.

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!