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

What is Unicode character 𢢶?

The Unicode character 𢢶 U+228B6 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+228B6.

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!