C:
char c = '\u1CF5';
printf("%c\n", c); // Output: ᳵ
JavaScript:
const char = '\u1CF5';
console.log(char); // Output: ᳵ
Java:
char c = '\u1CF5';
System.out.println(c); // Output: ᳵ
JSON:
{"text": "\u1CF5"} // Value: ᳵ
Python:
char = '\u1CF5'
print(char) # Output: ᳵ
Perl:
my $char = "\x{1CF5}";
print $char; # Output: ᳵ
PHP:
$char = "\x{1CF5}";
echo $char; // Output: ᳵ
Ruby:
char = "\u{1CF5}"
puts char # Output: ᳵ
Rust:
let c = '\u{1CF5}';
println!("{}", c); // Output: ᳵ
Go:
char := '\u1CF5'
fmt.Printf("%c\n", char) // Output: ᳵ
CSS:
/* CSS content property */
.element::before {
content: "\001CF5"; /* 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=%E1%B3%B5
MD5:
4ba305b751063d3b9f74a7f442a470ee
SHA1:
a5eee3b4bf5b3cc5567b5dd28edbca52df1388d1
Base64:
4bO1