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

What is Unicode character 𦊃?

The Unicode character 𦊃 U+26283 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+26283.

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!