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

What is Unicode character 𣊕?

The Unicode character 𣊕 U+23295 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+23295.

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!