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

What is Unicode character 𣖣?

The Unicode character 𣖣 U+235A3 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+235A3.

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!