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>&#178723;</p>
📋
CSS .selector { content: '\2BA23' };
📋
JS var unicodeA = '\u2BA23 ';
📋
CPP char unicodeA = ' \u2BA23 ';
📋
Java char unicodeA = '\u2BA23';
📋
Python unicodeA = '\u2BA23'
📋

What is Unicode character 𫨣?

The Unicode character 𫨣 U+2BA23 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BA23.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!