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

What is Unicode character 𣶬?

The Unicode character 𣶬 U+23DAC 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+23DAC.

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!