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

What is Unicode character 𨊌?

The Unicode character 𨊌 U+2828C 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+2828C.

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!