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

What is Unicode character 𦦻?

The Unicode character 𦦻 U+269BB 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+269BB.

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!