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

What is Unicode character 𣀈?

The Unicode character 𣀈 U+23008 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+23008.

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!