C:
char c = '\u2038';
printf("%c\n", c); // Output: ‸
JavaScript:
const char = '\u2038';
console.log(char); // Output: ‸
Java:
char c = '\u2038';
System.out.println(c); // Output: ‸
JSON:
{"text": "\u2038"} // Value: ‸
Python:
char = '\u2038'
print(char) # Output: ‸
Perl:
my $char = "\x{2038}";
print $char; # Output: ‸
PHP:
$char = "\x{2038}";
echo $char; // Output: ‸
Ruby:
char = "\u{2038}"
puts char # Output: ‸
Rust:
let c = '\u{2038}';
println!("{}", c); // Output: ‸
Go:
char := '\u2038'
fmt.Printf("%c\n", char) // Output: ‸
CSS:
/* CSS content property */
.element::before {
content: "\002038"; /* 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%80%B8
MD5:
6e07f9760b29c4c139ab30b98c26f5f6
SHA1:
05f78a67ae0952f9e7eba0c21b72e05a98ce2b20
Base64:
4oC4