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