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

What is Unicode character 𣮬?

The Unicode character 𣮬 U+23BAC 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+23BAC.

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!