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