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

What is Unicode character 𦦬?

The Unicode character 𦦬 U+269AC 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+269AC.

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!