lutfenbot Help

/unicode

The /unicode command group provides commands to get information about Unicode text or characters.

/unicode analyze

The /unicode analyze command prints the number and name of each codepoint in the input text.

Parameters

text

the text to analyze

normalization

default: None

the normalization norm to apply to the string before analysis

Valid values are:

  • NFD — Canonical Decomposition

  • NFC — Canonical Decomposition, followed by Canonical Composition

  • NFKD — Compatibility Decomposition

  • NFKC — Compatibility Decomposition, followed by Canonical Composition

send-as

default: message

how to send the result

Valid values are message and file.

Analysis will be sent as a file even if message is selected if it can't fit in the message limit.

/unicode info

The /unicode info command prints information about a single codepoint.

Example output of codepoint information

Parameters

codepoint

the codepoint

Accepts,

  • literal codepoint, e.g. A

  • hex number e.g. U+0041 or 0x41

  • decimal number e.g. 65

  • name e.g. letter a

Last modified: 06 November 2024