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