C:
char c = '\u1877';
printf("%c\n", c); // Output: ᡷ
JavaScript:
const char = '\u1877';
console.log(char); // Output: ᡷ
Java:
char c = '\u1877';
System.out.println(c); // Output: ᡷ
JSON:
{"text": "\u1877"} // Value: ᡷ
Python:
char = '\u1877'
print(char) # Output: ᡷ
Perl:
my $char = "\x{1877}";
print $char; # Output: ᡷ
PHP:
$char = "\x{1877}";
echo $char; // Output: ᡷ
Ruby:
char = "\u{1877}"
puts char # Output: ᡷ
Rust:
let c = '\u{1877}';
println!("{}", c); // Output: ᡷ
Go:
char := '\u1877'
fmt.Printf("%c\n", char) // Output: ᡷ
CSS:
/* CSS content property */
.element::before {
content: "\001877"; /* 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%B7
MD5:
3b58964dc1e4f293e22208e8364fab0a
SHA1:
f6882a840a02c042978a8402437207b322c48220
Base64:
4aG3