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

What is Unicode character 𣹬?

The Unicode character 𣹬 U+23E6C 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+23E6C.

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!