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

What is Unicode character 𢶬?

The Unicode character 𢶬 U+22DAC 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+22DAC.

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!