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

What is Unicode character 𣴬?

The Unicode character 𣴬 U+23D2C 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+23D2C.

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!