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

What is Unicode character 𧶍?

The Unicode character 𧶍 U+27D8D 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+27D8D.

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!