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