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

What is Unicode character 𡊃?

The Unicode character 𡊃 U+21283 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+21283.

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!