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