C:
char c = '\uA605';
printf("%c\n", c); // Output: ꘅ
JavaScript:
const char = '\uA605';
console.log(char); // Output: ꘅ
Java:
char c = '\uA605';
System.out.println(c); // Output: ꘅ
JSON:
{"text": "\uA605"} // Value: ꘅ
Python:
char = '\uA605'
print(char) # Output: ꘅ
Perl:
my $char = "\x{A605}";
print $char; # Output: ꘅ
PHP:
$char = "\x{A605}";
echo $char; // Output: ꘅ
Ruby:
char = "\u{A605}"
puts char # Output: ꘅ
Rust:
let c = '\u{A605}';
println!("{}", c); // Output: ꘅ
Go:
char := '\uA605'
fmt.Printf("%c\n", char) // Output: ꘅ
CSS:
/* CSS content property */
.element::before {
content: "\00A605"; /* 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=%EA%98%85
MD5:
7335896c3894cc643da7891448766591
SHA1:
937152a949fc9469e18a31259909ed74d1946e3e
Base64:
6piF