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