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>&#167067;</p>
📋
CSS .selector { content: '\28C9B' };
📋
JS var unicodeA = '\u28C9B ';
📋
CPP char unicodeA = ' \u28C9B ';
📋
Java char unicodeA = '\u28C9B';
📋
Python unicodeA = '\u28C9B'
📋

What is Unicode character 𨲛?

The Unicode character 𨲛 U+28C9B 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+28C9B.

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!