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