C:
char c = '\u161B';
printf("%c\n", c); // Output: ᘛ
JavaScript:
const char = '\u161B';
console.log(char); // Output: ᘛ
Java:
char c = '\u161B';
System.out.println(c); // Output: ᘛ
JSON:
{"text": "\u161B"} // Value: ᘛ
Python:
char = '\u161B'
print(char) # Output: ᘛ
Perl:
my $char = "\x{161B}";
print $char; # Output: ᘛ
PHP:
$char = "\x{161B}";
echo $char; // Output: ᘛ
Ruby:
char = "\u{161B}"
puts char # Output: ᘛ
Rust:
let c = '\u{161B}';
println!("{}", c); // Output: ᘛ
Go:
char := '\u161B'
fmt.Printf("%c\n", char) // Output: ᘛ
CSS:
/* CSS content property */
.element::before {
content: "\00161B"; /* 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%98%9B
MD5:
32815f36e7ff3532383e1ec98f94b082
SHA1:
3d2029842b79ce2c1fd2743a48e072fa11bb377e
Base64:
4Zib