7 kyu

Cyrillic letters

79 of 111FranzMartyn

Description:

Cyrillic letters, used in languages like Russian and Ukrainian, have different unicode values than Latin letters. 2 of those cyrillic letters include а and у which, if you copy these 2, are not the same as the latin a and y

Don't believe me?

Latin a:

The latin a Endresult of latin a

Cyrillic а:

The cyrillic a Endresult of cyrillic a

Task

Your task is to write a function that returns whether a given string is a Cyrillic letter in the Cyrillic Unicode Block.

The string will always be a single letter.

Hint

Here is a link to Wikipidia's list of the Cyrillic Unicode block for reference

Wayback Machine archive

Examples

Input: "D"
Output: false (or False in Python or your language's equivalent)
Input: "Я"
Output: true (or True in Python or your language's equivalent)
Strings
Unicode

Stats:

CreatedSep 4, 2024
PublishedDec 27, 2024
Warriors Trained169
Total Skips2
Total Code Submissions501
Total Times Completed111
Python Completions79
Groovy Completions8
Java Completions31
C# Completions14
Total Stars6
% of votes with a positive feedback rating84% of 37
Total "Very Satisfied" Votes26
Total "Somewhat Satisfied" Votes10
Total "Not Satisfied" Votes1
Total Rank Assessments19
Average Assessed Rank
7 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • FranzMartyn Avatar
  • 4500zenja1 Avatar
  • saudiGuy Avatar
Ad