C:
char c = '\u2B9A';
printf("%c\n", c); // Output: ⮚
JavaScript:
const char = '\u2B9A';
console.log(char); // Output: ⮚
Java:
char c = '\u2B9A';
System.out.println(c); // Output: ⮚
JSON:
{"text": "\u2B9A"} // Value: ⮚
Python:
char = '\u2B9A'
print(char) # Output: ⮚
Perl:
my $char = "\x{2B9A}";
print $char; # Output: ⮚
PHP:
$char = "\x{2B9A}";
echo $char; // Output: ⮚
Ruby:
char = "\u{2B9A}"
puts char # Output: ⮚
Rust:
let c = '\u{2B9A}';
println!("{}", c); // Output: ⮚
Go:
char := '\u2B9A'
fmt.Printf("%c\n", char) // Output: ⮚
CSS:
/* CSS content property */
.element::before {
content: "\002B9A"; /* 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%AE%9A
MD5:
e780977ee77fdb221aaac47427f8f875
SHA1:
970d420f8987687d2c88b5d7c2f85f4ec521bf39
Base64:
4q6a