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