C:
char c = '\u1635';
printf("%c\n", c); // Output: ᘵ
JavaScript:
const char = '\u1635';
console.log(char); // Output: ᘵ
Java:
char c = '\u1635';
System.out.println(c); // Output: ᘵ
JSON:
{"text": "\u1635"} // Value: ᘵ
Python:
char = '\u1635'
print(char) # Output: ᘵ
Perl:
my $char = "\x{1635}";
print $char; # Output: ᘵ
PHP:
$char = "\x{1635}";
echo $char; // Output: ᘵ
Ruby:
char = "\u{1635}"
puts char # Output: ᘵ
Rust:
let c = '\u{1635}';
println!("{}", c); // Output: ᘵ
Go:
char := '\u1635'
fmt.Printf("%c\n", char) // Output: ᘵ
CSS:
/* CSS content property */
.element::before {
content: "\001635"; /* 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%98%B5
MD5:
9542775e933777a0a3a0256eaf8b35d0
SHA1:
462bb9c82dd5eee7f1a17b7cc35c66bef34cc3e1
Base64:
4Zi1