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