C:
char c = '\uA27B';
printf("%c\n", c); // Output: ꉻ
JavaScript:
const char = '\uA27B';
console.log(char); // Output: ꉻ
Java:
char c = '\uA27B';
System.out.println(c); // Output: ꉻ
JSON:
{"text": "\uA27B"} // Value: ꉻ
Python:
char = '\uA27B'
print(char) # Output: ꉻ
Perl:
my $char = "\x{A27B}";
print $char; # Output: ꉻ
PHP:
$char = "\x{A27B}";
echo $char; // Output: ꉻ
Ruby:
char = "\u{A27B}"
puts char # Output: ꉻ
Rust:
let c = '\u{A27B}';
println!("{}", c); // Output: ꉻ
Go:
char := '\uA27B'
fmt.Printf("%c\n", char) // Output: ꉻ
CSS:
/* CSS content property */
.element::before {
content: "\00A27B"; /* 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%89%BB
MD5:
eca25da995607411790edf7329dadd9f
SHA1:
139eb9fdce3bf5f4f13398348743a583f0941fb2
Base64:
6om7