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>&#145354;</p>
📋
CSS .selector { content: '\237CA' };
📋
JS var unicodeA = '\u237CA ';
📋
CPP char unicodeA = ' \u237CA ';
📋
Java char unicodeA = '\u237CA';
📋
Python unicodeA = '\u237CA'
📋

What is Unicode character 𣟊?

The Unicode character 𣟊 U+237CA 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+237CA.

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!