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

What is Unicode character 𦀣?

The Unicode character 𦀣 U+26023 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+26023.

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!