C:
char c = '\u1178';
printf("%c\n", c); // Output: ᅸ
JavaScript:
const char = '\u1178';
console.log(char); // Output: ᅸ
Java:
char c = '\u1178';
System.out.println(c); // Output: ᅸ
JSON:
{"text": "\u1178"} // Value: ᅸ
Python:
char = '\u1178'
print(char) # Output: ᅸ
Perl:
my $char = "\x{1178}";
print $char; # Output: ᅸ
PHP:
$char = "\x{1178}";
echo $char; // Output: ᅸ
Ruby:
char = "\u{1178}"
puts char # Output: ᅸ
Rust:
let c = '\u{1178}';
println!("{}", c); // Output: ᅸ
Go:
char := '\u1178'
fmt.Printf("%c\n", char) // Output: ᅸ
CSS:
/* CSS content property */
.element::before {
content: "\001178"; /* 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%B8
MD5:
c6382d7f6391255f8fcb075f822fd234
SHA1:
f310e2dad124d323209c6b254434772566ca43b9
Base64:
4YW4