C:
char c = '\u1176';
printf("%c\n", c); // Output: ᅶ
JavaScript:
const char = '\u1176';
console.log(char); // Output: ᅶ
Java:
char c = '\u1176';
System.out.println(c); // Output: ᅶ
JSON:
{"text": "\u1176"} // Value: ᅶ
Python:
char = '\u1176'
print(char) # Output: ᅶ
Perl:
my $char = "\x{1176}";
print $char; # Output: ᅶ
PHP:
$char = "\x{1176}";
echo $char; // Output: ᅶ
Ruby:
char = "\u{1176}"
puts char # Output: ᅶ
Rust:
let c = '\u{1176}';
println!("{}", c); // Output: ᅶ
Go:
char := '\u1176'
fmt.Printf("%c\n", char) // Output: ᅶ
CSS:
/* CSS content property */
.element::before {
content: "\001176"; /* 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%85%B6
MD5:
0e30013c68eb4801ef514728148af782
SHA1:
079d3fe0db6c29ecd8ec54b4f23b8fb81b25d669
Base64:
4YW2