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