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