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

What is Unicode character 𣬚?

The Unicode character 𣬚 U+23B1A 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+23B1A.

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!