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