C:
char c = '\uA392';
printf("%c\n", c); // Output: ꎒ
JavaScript:
const char = '\uA392';
console.log(char); // Output: ꎒ
Java:
char c = '\uA392';
System.out.println(c); // Output: ꎒ
JSON:
{"text": "\uA392"} // Value: ꎒ
Python:
char = '\uA392'
print(char) # Output: ꎒ
Perl:
my $char = "\x{A392}";
print $char; # Output: ꎒ
PHP:
$char = "\x{A392}";
echo $char; // Output: ꎒ
Ruby:
char = "\u{A392}"
puts char # Output: ꎒ
Rust:
let c = '\u{A392}';
println!("{}", c); // Output: ꎒ
Go:
char := '\uA392'
fmt.Printf("%c\n", char) // Output: ꎒ
CSS:
/* CSS content property */
.element::before {
content: "\00A392"; /* 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%8E%92
MD5:
ae795790dd29ad4a835da12726fa34e8
SHA1:
7142e747e40a440bad074fe3ffeeb25017f8c641
Base64:
6o6S