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

What is Unicode character 𭊬?

The Unicode character 𭊬 U+2D2AC 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+2D2AC.

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!