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

What is Unicode character 𣰦?

The Unicode character 𣰦 U+23C26 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+23C26.

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!