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

What is Unicode character 𣲎?

The Unicode character 𣲎 U+23C8E 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+23C8E.

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!