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

What is Unicode character 𣀦?

The Unicode character 𣀦 U+23026 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+23026.

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!