C:
char c = '\u2DB5';
printf("%c\n", c); // Output: ⶵ
JavaScript:
const char = '\u2DB5';
console.log(char); // Output: ⶵ
Java:
char c = '\u2DB5';
System.out.println(c); // Output: ⶵ
JSON:
{"text": "\u2DB5"} // Value: ⶵ
Python:
char = '\u2DB5'
print(char) # Output: ⶵ
Perl:
my $char = "\x{2DB5}";
print $char; # Output: ⶵ
PHP:
$char = "\x{2DB5}";
echo $char; // Output: ⶵ
Ruby:
char = "\u{2DB5}"
puts char # Output: ⶵ
Rust:
let c = '\u{2DB5}';
println!("{}", c); // Output: ⶵ
Go:
char := '\u2DB5'
fmt.Printf("%c\n", char) // Output: ⶵ
CSS:
/* CSS content property */
.element::before {
content: "\002DB5"; /* 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%B6%B5
MD5:
daadb36c0666157cc622a73edf252006
SHA1:
fb51c0f73b069638601bdab5952c3da068f43211
Base64:
4ra1