C:
char c = '\u1175';
printf("%c\n", c); // Output: ᅵ
JavaScript:
const char = '\u1175';
console.log(char); // Output: ᅵ
Java:
char c = '\u1175';
System.out.println(c); // Output: ᅵ
JSON:
{"text": "\u1175"} // Value: ᅵ
Python:
char = '\u1175'
print(char) # Output: ᅵ
Perl:
my $char = "\x{1175}";
print $char; # Output: ᅵ
PHP:
$char = "\x{1175}";
echo $char; // Output: ᅵ
Ruby:
char = "\u{1175}"
puts char # Output: ᅵ
Rust:
let c = '\u{1175}';
println!("{}", c); // Output: ᅵ
Go:
char := '\u1175'
fmt.Printf("%c\n", char) // Output: ᅵ
CSS:
/* CSS content property */
.element::before {
content: "\001175"; /* 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%85%B5
MD5:
0b8142c1878e1716bf37e49ebad92e4b
SHA1:
32b7303e616dec56224c68b01673e54009c87f2f
Base64:
4YW1