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

What is Unicode character 𣊃?

The Unicode character 𣊃 U+23283 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+23283.

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!