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>&#144818;</p>
📋
CSS .selector { content: '\235B2' };
📋
JS var unicodeA = '\u235B2 ';
📋
CPP char unicodeA = ' \u235B2 ';
📋
Java char unicodeA = '\u235B2';
📋
Python unicodeA = '\u235B2'
📋

What is Unicode character 𣖲?

The Unicode character 𣖲 U+235B2 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+235B2.

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!