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