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

What is Unicode character 𣀨?

The Unicode character 𣀨 U+23028 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+23028.

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!