C:
char c = '\u203A';
printf("%c\n", c); // Output: ›
JavaScript:
const char = '\u203A';
console.log(char); // Output: ›
Java:
char c = '\u203A';
System.out.println(c); // Output: ›
JSON:
{"text": "\u203A"} // Value: ›
Python:
char = '\u203A'
print(char) # Output: ›
Perl:
my $char = "\x{203A}";
print $char; # Output: ›
PHP:
$char = "\x{203A}";
echo $char; // Output: ›
Ruby:
char = "\u{203A}"
puts char # Output: ›
Rust:
let c = '\u{203A}';
println!("{}", c); // Output: ›
Go:
char := '\u203A'
fmt.Printf("%c\n", char) // Output: ›
CSS:
/* CSS content property */
.element::before {
content: "\00203A"; /* 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%80%BA
MD5:
37705c7cb71019a533ed804064668d9c
SHA1:
60ecbc7f40b3d76e148f5f6a2858b137d80af810
Base64:
4oC6