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