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

What is Unicode character 𣬊?

The Unicode character 𣬊 U+23B0A 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+23B0A.

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!