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