C:
char c = '\uA615';
printf("%c\n", c); // Output: ꘕ
JavaScript:
const char = '\uA615';
console.log(char); // Output: ꘕ
Java:
char c = '\uA615';
System.out.println(c); // Output: ꘕ
JSON:
{"text": "\uA615"} // Value: ꘕ
Python:
char = '\uA615'
print(char) # Output: ꘕ
Perl:
my $char = "\x{A615}";
print $char; # Output: ꘕ
PHP:
$char = "\x{A615}";
echo $char; // Output: ꘕ
Ruby:
char = "\u{A615}"
puts char # Output: ꘕ
Rust:
let c = '\u{A615}';
println!("{}", c); // Output: ꘕ
Go:
char := '\uA615'
fmt.Printf("%c\n", char) // Output: ꘕ
CSS:
/* CSS content property */
.element::before {
content: "\00A615"; /* 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%95
MD5:
495d9de2c0be44bc799102fe865f378d
SHA1:
f9353567fb797b09a1c98b3e24dc97d7dfa0cd92
Base64:
6piV