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

What is Unicode character 𣰭?

The Unicode character 𣰭 U+23C2D 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+23C2D.

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!