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