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

What is Unicode character 𣨦?

The Unicode character 𣨦 U+23A26 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+23A26.

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!