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