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