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

What is Unicode character 𣢶?

The Unicode character 𣢶 U+238B6 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+238B6.

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!