C:
char c = '\u11BB';
printf("%c\n", c); // Output: ᆻ
JavaScript:
const char = '\u11BB';
console.log(char); // Output: ᆻ
Java:
char c = '\u11BB';
System.out.println(c); // Output: ᆻ
JSON:
{"text": "\u11BB"} // Value: ᆻ
Python:
char = '\u11BB'
print(char) # Output: ᆻ
Perl:
my $char = "\x{11BB}";
print $char; # Output: ᆻ
PHP:
$char = "\x{11BB}";
echo $char; // Output: ᆻ
Ruby:
char = "\u{11BB}"
puts char # Output: ᆻ
Rust:
let c = '\u{11BB}';
println!("{}", c); // Output: ᆻ
Go:
char := '\u11BB'
fmt.Printf("%c\n", char) // Output: ᆻ
CSS:
/* CSS content property */
.element::before {
content: "\0011BB"; /* 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%86%BB
MD5:
64eae87a37ab9ddae7daaaa35df327f9
SHA1:
981dcb7ea71cfb80e7080fe6d862bc3ccaa31466
Base64:
4Ya7