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