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

What is Unicode character 𣼬?

The Unicode character 𣼬 U+23F2C 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+23F2C.

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!