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

What is Unicode character 𧶬?

The Unicode character 𧶬 U+27DAC 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+27DAC.

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!