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

What is Unicode character 𣊔?

The Unicode character 𣊔 U+23294 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+23294.

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!