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>&#158188;</p>
📋
CSS .selector { content: '\269EC' };
📋
JS var unicodeA = '\u269EC ';
📋
CPP char unicodeA = ' \u269EC ';
📋
Java char unicodeA = '\u269EC';
📋
Python unicodeA = '\u269EC'
📋

What is Unicode character 𦧬?

The Unicode character 𦧬 U+269EC 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+269EC.

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!