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>&#184428;</p>
📋
CSS .selector { content: '\2D06C' };
📋
JS var unicodeA = '\u2D06C ';
📋
CPP char unicodeA = ' \u2D06C ';
📋
Java char unicodeA = '\u2D06C';
📋
Python unicodeA = '\u2D06C'
📋

What is Unicode character 𭁬?

The Unicode character 𭁬 U+2D06C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D06C.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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