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