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

What is Unicode character 𨰛?

The Unicode character 𨰛 U+28C1B 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+28C1B.

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!