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

What is Unicode character 𰶬?

The Unicode character 𰶬 U+30DAC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30DAC.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!