C:
char c = '\u229A';
printf("%c\n", c); // Output: ⊚
JavaScript:
const char = '\u229A';
console.log(char); // Output: ⊚
Java:
char c = '\u229A';
System.out.println(c); // Output: ⊚
JSON:
{"text": "\u229A"} // Value: ⊚
Python:
char = '\u229A'
print(char) # Output: ⊚
Perl:
my $char = "\x{229A}";
print $char; # Output: ⊚
PHP:
$char = "\x{229A}";
echo $char; // Output: ⊚
Ruby:
char = "\u{229A}"
puts char # Output: ⊚
Rust:
let c = '\u{229A}';
println!("{}", c); // Output: ⊚
Go:
char := '\u229A'
fmt.Printf("%c\n", char) // Output: ⊚
CSS:
/* CSS content property */
.element::before {
content: "\00229A"; /* 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%8A%9A
MD5:
10865910f1768a0e76ce997b9bf37399
SHA1:
abd0b64e37a1f78ed845b4265dcfe90f4b5356b5
Base64:
4oqa