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

What is Unicode character 𨰚?

The Unicode character 𨰚 U+28C1A 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+28C1A.

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!