C:
char c = '\u226B';
printf("%c\n", c); // Output: ≫
JavaScript:
const char = '\u226B';
console.log(char); // Output: ≫
Java:
char c = '\u226B';
System.out.println(c); // Output: ≫
JSON:
{"text": "\u226B"} // Value: ≫
Python:
char = '\u226B'
print(char) # Output: ≫
Perl:
my $char = "\x{226B}";
print $char; # Output: ≫
PHP:
$char = "\x{226B}";
echo $char; // Output: ≫
Ruby:
char = "\u{226B}"
puts char # Output: ≫
Rust:
let c = '\u{226B}';
println!("{}", c); // Output: ≫
Go:
char := '\u226B'
fmt.Printf("%c\n", char) // Output: ≫
CSS:
/* CSS content property */
.element::before {
content: "\00226B"; /* 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%89%AB
MD5:
91093feabbb16d9dc4576cb4469bf839
SHA1:
adf705c0debdcc15f2d5fbe6250ddf8c23d30933
Base64:
4omr