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