C:
char c = '\u0489';
printf("%c\n", c); // Output: ҉
JavaScript:
const char = '\u0489';
console.log(char); // Output: ҉
Java:
char c = '\u0489';
System.out.println(c); // Output: ҉
JSON:
{"text": "\u0489"} // Value: ҉
Python:
char = '\u0489'
print(char) # Output: ҉
Perl:
my $char = "\x{0489}";
print $char; # Output: ҉
PHP:
$char = "\x{0489}";
echo $char; // Output: ҉
Ruby:
char = "\u{0489}"
puts char # Output: ҉
Rust:
let c = '\u{489}';
println!("{}", c); // Output: ҉
Go:
char := '\u0489'
fmt.Printf("%c\n", char) // Output: ҉
CSS:
/* CSS content property */
.element::before {
content: "\000489"; /* 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%89
MD5:
597c6cf2db01e42e3932aaf986a68986
SHA1:
87cc68cb9a65c856b1dd148bb642af7f09821841
Base64:
0ok=