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

What is Unicode character 𨰾?

The Unicode character 𨰾 U+28C3E 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+28C3E.

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!