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