C:
char c = '\u1535';
printf("%c\n", c); // Output: ᔵ
JavaScript:
const char = '\u1535';
console.log(char); // Output: ᔵ
Java:
char c = '\u1535';
System.out.println(c); // Output: ᔵ
JSON:
{"text": "\u1535"} // Value: ᔵ
Python:
char = '\u1535'
print(char) # Output: ᔵ
Perl:
my $char = "\x{1535}";
print $char; # Output: ᔵ
PHP:
$char = "\x{1535}";
echo $char; // Output: ᔵ
Ruby:
char = "\u{1535}"
puts char # Output: ᔵ
Rust:
let c = '\u{1535}';
println!("{}", c); // Output: ᔵ
Go:
char := '\u1535'
fmt.Printf("%c\n", char) // Output: ᔵ
CSS:
/* CSS content property */
.element::before {
content: "\001535"; /* 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%94%B5
MD5:
a6d27118c276e6f59380eb9c8f6534ba
SHA1:
576fdeec1a07f1cf50aed0895bc847bc00a18392
Base64:
4ZS1