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

What is Unicode character 𨩬?

The Unicode character 𨩬 U+28A6C 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+28A6C.

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!