C:
char c = '\uA2CF';
printf("%c\n", c); // Output: ꋏ
JavaScript:
const char = '\uA2CF';
console.log(char); // Output: ꋏ
Java:
char c = '\uA2CF';
System.out.println(c); // Output: ꋏ
JSON:
{"text": "\uA2CF"} // Value: ꋏ
Python:
char = '\uA2CF'
print(char) # Output: ꋏ
Perl:
my $char = "\x{A2CF}";
print $char; # Output: ꋏ
PHP:
$char = "\x{A2CF}";
echo $char; // Output: ꋏ
Ruby:
char = "\u{A2CF}"
puts char # Output: ꋏ
Rust:
let c = '\u{A2CF}';
println!("{}", c); // Output: ꋏ
Go:
char := '\uA2CF'
fmt.Printf("%c\n", char) // Output: ꋏ
CSS:
/* CSS content property */
.element::before {
content: "\00A2CF"; /* 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%8B%8F
MD5:
95fadc26832161c23b71457b3baed850
SHA1:
695ac07712d341f596e18309b6d4e2370391ab1d
Base64:
6ouP