C:
char c = '\u1876';
printf("%c\n", c); // Output: ᡶ
JavaScript:
const char = '\u1876';
console.log(char); // Output: ᡶ
Java:
char c = '\u1876';
System.out.println(c); // Output: ᡶ
JSON:
{"text": "\u1876"} // Value: ᡶ
Python:
char = '\u1876'
print(char) # Output: ᡶ
Perl:
my $char = "\x{1876}";
print $char; # Output: ᡶ
PHP:
$char = "\x{1876}";
echo $char; // Output: ᡶ
Ruby:
char = "\u{1876}"
puts char # Output: ᡶ
Rust:
let c = '\u{1876}';
println!("{}", c); // Output: ᡶ
Go:
char := '\u1876'
fmt.Printf("%c\n", char) // Output: ᡶ
CSS:
/* CSS content property */
.element::before {
content: "\001876"; /* 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%A1%B6
MD5:
50eccf7db98f2baf319c752357e4b75f
SHA1:
c83340fcbd37c0e1ea55f284d3e7db258ab19efa
Base64:
4aG2