C:
char c = '\u2938';
printf("%c\n", c); // Output: ⤸
JavaScript:
const char = '\u2938';
console.log(char); // Output: ⤸
Java:
char c = '\u2938';
System.out.println(c); // Output: ⤸
JSON:
{"text": "\u2938"} // Value: ⤸
Python:
char = '\u2938'
print(char) # Output: ⤸
Perl:
my $char = "\x{2938}";
print $char; # Output: ⤸
PHP:
$char = "\x{2938}";
echo $char; // Output: ⤸
Ruby:
char = "\u{2938}"
puts char # Output: ⤸
Rust:
let c = '\u{2938}';
println!("{}", c); // Output: ⤸
Go:
char := '\u2938'
fmt.Printf("%c\n", char) // Output: ⤸
CSS:
/* CSS content property */
.element::before {
content: "\002938"; /* 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%A4%B8
MD5:
86feabc9a09161f847bfd497838254b3
SHA1:
1a5dbd1858fb1679087ee47bf1d1e908467447d8
Base64:
4qS4