C:
char c = '\u1139';
printf("%c\n", c); // Output: ᄹ
JavaScript:
const char = '\u1139';
console.log(char); // Output: ᄹ
Java:
char c = '\u1139';
System.out.println(c); // Output: ᄹ
JSON:
{"text": "\u1139"} // Value: ᄹ
Python:
char = '\u1139'
print(char) # Output: ᄹ
Perl:
my $char = "\x{1139}";
print $char; # Output: ᄹ
PHP:
$char = "\x{1139}";
echo $char; // Output: ᄹ
Ruby:
char = "\u{1139}"
puts char # Output: ᄹ
Rust:
let c = '\u{1139}';
println!("{}", c); // Output: ᄹ
Go:
char := '\u1139'
fmt.Printf("%c\n", char) // Output: ᄹ
CSS:
/* CSS content property */
.element::before {
content: "\001139"; /* 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%B9
MD5:
868d7351a1838a41e33877253cead188
SHA1:
f17fae78c9a014c0bc02efc75ddc7cc07078ebba
Base64:
4YS5