C:
char c = '\u1B3B';
printf("%c\n", c); // Output: ᬻ
JavaScript:
const char = '\u1B3B';
console.log(char); // Output: ᬻ
Java:
char c = '\u1B3B';
System.out.println(c); // Output: ᬻ
JSON:
{"text": "\u1B3B"} // Value: ᬻ
Python:
char = '\u1B3B'
print(char) # Output: ᬻ
Perl:
my $char = "\x{1B3B}";
print $char; # Output: ᬻ
PHP:
$char = "\x{1B3B}";
echo $char; // Output: ᬻ
Ruby:
char = "\u{1B3B}"
puts char # Output: ᬻ
Rust:
let c = '\u{1B3B}';
println!("{}", c); // Output: ᬻ
Go:
char := '\u1B3B'
fmt.Printf("%c\n", char) // Output: ᬻ
CSS:
/* CSS content property */
.element::before {
content: "\001B3B"; /* 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%AC%BB
MD5:
bcdeeae9a2f605038032183e52679269
SHA1:
62faf17c0d0c2dd7091544959662e1589b259a7b
Base64:
4ay7