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