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