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