Unicode Finder

"Ҝ" U+049C(CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE)

Ҝ
U+049C
Название Блока
Cyrillic
Название
CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE

Programming

C
\u049C
JavaScript
\u049C
Java
\u049C
Json
\u049C
Python
\u049C
Perl
\x{049C}
PHP
\x{049C}
Ruby
\u{049C}
Rust
\u{49C}
Go
\u049C

Web

CSS
\00049C
HtmlDecimal
Ҝ
HtmlHexadecimal
Ҝ
Url
%D2%9C

Code

MD5
3dfec3ca173750215457a148571d27db
Sha1
c9303f70a9f4b3184d7947ef81b153fe6b3d3cc2
Base64
0pw=

Примеры Использования

Programming Languages

C:

char c = '\u049C';
printf("%c\n", c);  // Output: Ҝ

JavaScript:

const char = '\u049C';
console.log(char);  // Output: Ҝ

Java:

char c = '\u049C';
System.out.println(c);  // Output: Ҝ

JSON:

{"text": "\u049C"}  // Value: Ҝ

Python:

char = '\u049C'
print(char)  # Output: Ҝ

Perl:

my $char = "\x{049C}";
print $char;  # Output: Ҝ

PHP:

$char = "\x{049C}";
echo $char;  // Output: Ҝ

Ruby:

char = "\u{049C}"
puts char  # Output: Ҝ

Rust:

let c = '\u{49C}';
println!("{}", c);  // Output: Ҝ

Go:

char := '\u049C'
fmt.Printf("%c\n", char)  // Output: Ҝ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00049C";  /* Display: Ҝ */
}

HTML Decimal:

<p>HTML decimal: &#1180;</p>  <!-- Display: Ҝ -->

HTML Hexadecimal:

<p>HTML hex: &#x049C;</p>  <!-- Display: Ҝ -->

URL Encoding:

// Ҝ URL encoding
https://unicodefinder.com/search.php?query=%D2%9C

Encodings

MD5:

3dfec3ca173750215457a148571d27db

SHA1:

c9303f70a9f4b3184d7947ef81b153fe6b3d3cc2

Base64:

0pw=