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