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

What is Unicode character 𭁦?

The Unicode character 𭁦 U+2D066 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+2D066.

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!