Unicode Finder

"Ƙ" U+0198(LATIN CAPITAL LETTER K WITH HOOK)

Ƙ
U+0198
Název Bloku
Latin Extended-B
Název
LATIN CAPITAL LETTER K WITH HOOK

Programming

C
\u0198
JavaScript
\u0198
Java
\u0198
Json
\u0198
Python
\u0198
Perl
\x{0198}
PHP
\x{0198}
Ruby
\u{0198}
Rust
\u{198}
Go
\u0198

Web

CSS
\000198
HtmlDecimal
Ƙ
HtmlHexadecimal
Ƙ
Url
%C6%98

Code

MD5
ebd869c3a27e848055e9c9d150bb599f
Sha1
f618cfc8e5eab27e50d2d655684c53a69ffd8479
Base64
xpg=

Příklady Použití

Programming Languages

C:

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

JavaScript:

const char = '\u0198';
console.log(char);  // Output: Ƙ

Java:

char c = '\u0198';
System.out.println(c);  // Output: Ƙ

JSON:

{"text": "\u0198"}  // Value: Ƙ

Python:

char = '\u0198'
print(char)  # Output: Ƙ

Perl:

my $char = "\x{0198}";
print $char;  # Output: Ƙ

PHP:

$char = "\x{0198}";
echo $char;  // Output: Ƙ

Ruby:

char = "\u{0198}"
puts char  # Output: Ƙ

Rust:

let c = '\u{198}';
println!("{}", c);  // Output: Ƙ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000198";  /* Display: Ƙ */
}

HTML Decimal:

<p>HTML decimal: &#408;</p>  <!-- Display: Ƙ -->

HTML Hexadecimal:

<p>HTML hex: &#x0198;</p>  <!-- Display: Ƙ -->

URL Encoding:

// Ƙ URL encoding
https://unicodefinder.com/search.php?query=%C6%98

Encodings

MD5:

ebd869c3a27e848055e9c9d150bb599f

SHA1:

f618cfc8e5eab27e50d2d655684c53a69ffd8479

Base64:

xpg=