C:
char c = '\u2985';
printf("%c\n", c); // Output: ⦅
JavaScript:
const char = '\u2985';
console.log(char); // Output: ⦅
Java:
char c = '\u2985';
System.out.println(c); // Output: ⦅
JSON:
{"text": "\u2985"} // Value: ⦅
Python:
char = '\u2985'
print(char) # Output: ⦅
Perl:
my $char = "\x{2985}";
print $char; # Output: ⦅
PHP:
$char = "\x{2985}";
echo $char; // Output: ⦅
Ruby:
char = "\u{2985}"
puts char # Output: ⦅
Rust:
let c = '\u{2985}';
println!("{}", c); // Output: ⦅
Go:
char := '\u2985'
fmt.Printf("%c\n", char) // Output: ⦅
CSS:
/* CSS content property */
.element::before {
content: "\002985"; /* 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=%E2%A6%85
MD5:
7a6e92ecdc9604d4c784f8aefa585eb9
SHA1:
ff7f4e6ad000ad4e65120751d7288a75cf3dcfb8
Base64:
4qaF