C:
char c = '\u0488';
printf("%c\n", c); // Output: ҈
JavaScript:
const char = '\u0488';
console.log(char); // Output: ҈
Java:
char c = '\u0488';
System.out.println(c); // Output: ҈
JSON:
{"text": "\u0488"} // Value: ҈
Python:
char = '\u0488'
print(char) # Output: ҈
Perl:
my $char = "\x{0488}";
print $char; # Output: ҈
PHP:
$char = "\x{0488}";
echo $char; // Output: ҈
Ruby:
char = "\u{0488}"
puts char # Output: ҈
Rust:
let c = '\u{488}';
println!("{}", c); // Output: ҈
Go:
char := '\u0488'
fmt.Printf("%c\n", char) // Output: ҈
CSS:
/* CSS content property */
.element::before {
content: "\000488"; /* 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=%D2%88
MD5:
399d1d21a8038dbed9f8687bdd6d38b8
SHA1:
2e9b86ad203f2f019ec7b6d70f70ea3acbe49bc5
Base64:
0og=