C:
char c = '\uAB35';
printf("%c\n", c); // Output: ꬵ
JavaScript:
const char = '\uAB35';
console.log(char); // Output: ꬵ
Java:
char c = '\uAB35';
System.out.println(c); // Output: ꬵ
JSON:
{"text": "\uAB35"} // Value: ꬵ
Python:
char = '\uAB35'
print(char) # Output: ꬵ
Perl:
my $char = "\x{AB35}";
print $char; # Output: ꬵ
PHP:
$char = "\x{AB35}";
echo $char; // Output: ꬵ
Ruby:
char = "\u{AB35}"
puts char # Output: ꬵ
Rust:
let c = '\u{AB35}';
println!("{}", c); // Output: ꬵ
Go:
char := '\uAB35'
fmt.Printf("%c\n", char) // Output: ꬵ
CSS:
/* CSS content property */
.element::before {
content: "\00AB35"; /* 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=%EA%AC%B5
MD5:
f049996ce15462c92871e8f74febbd4e
SHA1:
302dbc0b52b167a3c1e905f40c237e363641a373
Base64:
6qy1