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