C:
char c = '\u14BA';
printf("%c\n", c); // Output: ᒺ
JavaScript:
const char = '\u14BA';
console.log(char); // Output: ᒺ
Java:
char c = '\u14BA';
System.out.println(c); // Output: ᒺ
JSON:
{"text": "\u14BA"} // Value: ᒺ
Python:
char = '\u14BA'
print(char) # Output: ᒺ
Perl:
my $char = "\x{14BA}";
print $char; # Output: ᒺ
PHP:
$char = "\x{14BA}";
echo $char; // Output: ᒺ
Ruby:
char = "\u{14BA}"
puts char # Output: ᒺ
Rust:
let c = '\u{14BA}';
println!("{}", c); // Output: ᒺ
Go:
char := '\u14BA'
fmt.Printf("%c\n", char) // Output: ᒺ
CSS:
/* CSS content property */
.element::before {
content: "\0014BA"; /* 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%92%BA
MD5:
5a457a8fd50a84e2d4c4813cfe4279ba
SHA1:
d2f38da73a9b640e281431e3fbecfd7ce1f5fffc
Base64:
4ZK6