C:
char c = '\u205A';
printf("%c\n", c); // Output: ⁚
JavaScript:
const char = '\u205A';
console.log(char); // Output: ⁚
Java:
char c = '\u205A';
System.out.println(c); // Output: ⁚
JSON:
{"text": "\u205A"} // Value: ⁚
Python:
char = '\u205A'
print(char) # Output: ⁚
Perl:
my $char = "\x{205A}";
print $char; # Output: ⁚
PHP:
$char = "\x{205A}";
echo $char; // Output: ⁚
Ruby:
char = "\u{205A}"
puts char # Output: ⁚
Rust:
let c = '\u{205A}';
println!("{}", c); // Output: ⁚
Go:
char := '\u205A'
fmt.Printf("%c\n", char) // Output: ⁚
CSS:
/* CSS content property */
.element::before {
content: "\00205A"; /* 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%81%9A
MD5:
4e550c0e7bff409f55881fe1b6b20516
SHA1:
242fe593aebc20e889a91685ffc62227cbec7523
Base64:
4oGa