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>&#161967;</p>
📋
CSS .selector { content: '\278AF' };
📋
JS var unicodeA = '\u278AF ';
📋
CPP char unicodeA = ' \u278AF ';
📋
Java char unicodeA = '\u278AF';
📋
Python unicodeA = '\u278AF'
📋

What is Unicode character 𧢯?

The Unicode character 𧢯 U+278AF 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+278AF.

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!