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

What is Unicode character 𣢲?

The Unicode character 𣢲 U+238B2 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+238B2.

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!