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

What is Unicode character 𣵲?

The Unicode character 𣵲 U+23D72 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+23D72.

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!