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