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