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

What is Unicode character 𧵲?

The Unicode character 𧵲 U+27D72 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+27D72.

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!