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

What is Unicode character 𣟃?

The Unicode character 𣟃 U+237C3 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+237C3.

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!