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