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>&#145596;</p>
📋
CSS .selector { content: '\238BC' };
📋
JS var unicodeA = '\u238BC ';
📋
CPP char unicodeA = ' \u238BC ';
📋
Java char unicodeA = '\u238BC';
📋
Python unicodeA = '\u238BC'
📋

What is Unicode character 𣢼?

The Unicode character 𣢼 U+238BC 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+238BC.

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!