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

What is Unicode character 𣬦?

The Unicode character 𣬦 U+23B26 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+23B26.

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!