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