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