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>&#145622;</p>
📋
CSS .selector { content: '\238D6' };
📋
JS var unicodeA = '\u238D6 ';
📋
CPP char unicodeA = ' \u238D6 ';
📋
Java char unicodeA = '\u238D6';
📋
Python unicodeA = '\u238D6'
📋

What is Unicode character 𣣖?

The Unicode character 𣣖 U+238D6 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+238D6.

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!