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>&#145068;</p>
📋
CSS .selector { content: '\236AC' };
📋
JS var unicodeA = '\u236AC ';
📋
CPP char unicodeA = ' \u236AC ';
📋
Java char unicodeA = '\u236AC';
📋
Python unicodeA = '\u236AC'
📋

What is Unicode character 𣚬?

The Unicode character 𣚬 U+236AC 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+236AC.

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!