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>&#156303;</p>
📋
CSS .selector { content: '\2628F' };
📋
JS var unicodeA = '\u2628F ';
📋
CPP char unicodeA = ' \u2628F ';
📋
Java char unicodeA = '\u2628F';
📋
Python unicodeA = '\u2628F'
📋

What is Unicode character 𦊏?

The Unicode character 𦊏 U+2628F 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+2628F.

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!