C:
char c = '\u10BB';
printf("%c\n", c); // Output: Ⴛ
JavaScript:
const char = '\u10BB';
console.log(char); // Output: Ⴛ
Java:
char c = '\u10BB';
System.out.println(c); // Output: Ⴛ
JSON:
{"text": "\u10BB"} // Value: Ⴛ
Python:
char = '\u10BB'
print(char) # Output: Ⴛ
Perl:
my $char = "\x{10BB}";
print $char; # Output: Ⴛ
PHP:
$char = "\x{10BB}";
echo $char; // Output: Ⴛ
Ruby:
char = "\u{10BB}"
puts char # Output: Ⴛ
Rust:
let c = '\u{10BB}';
println!("{}", c); // Output: Ⴛ
Go:
char := '\u10BB'
fmt.Printf("%c\n", char) // Output: Ⴛ
CSS:
/* CSS content property */
.element::before {
content: "\0010BB"; /* 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=%E1%82%BB
MD5:
4fc0e19eb4fb9396a098f68df51cf0c5
SHA1:
0af962b6b6e417761be448c4b88d3871c9f60482
Base64:
4YK7