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