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

What is Unicode character 𣬜?

The Unicode character 𣬜 U+23B1C 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+23B1C.

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!