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: Ƙ
CSS:
/* CSS content property */
.element::before {
content: "\000198"; /* Display: Ƙ */
}
HTML Decimal:
<p>HTML decimal: Ƙ</p> <!-- Display: Ƙ -->
HTML Hexadecimal:
<p>HTML hex: Ƙ</p> <!-- Display: Ƙ -->
URL Encoding:
// Ƙ URL encoding
https://unicodefinder.com/search.php?query=%C6%98
MD5:
ebd869c3a27e848055e9c9d150bb599f
SHA1:
f618cfc8e5eab27e50d2d655684c53a69ffd8479
Base64:
xpg=