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

What is Unicode character 𦶬?

The Unicode character 𦶬 U+26DAC 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+26DAC.

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!