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

What is Unicode character 𡶬?

The Unicode character 𡶬 U+21DAC 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+21DAC.

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!