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