C:
char c = '\u19F6';
printf("%c\n", c); // Output: ᧶
JavaScript:
const char = '\u19F6';
console.log(char); // Output: ᧶
Java:
char c = '\u19F6';
System.out.println(c); // Output: ᧶
JSON:
{"text": "\u19F6"} // Value: ᧶
Python:
char = '\u19F6'
print(char) # Output: ᧶
Perl:
my $char = "\x{19F6}";
print $char; # Output: ᧶
PHP:
$char = "\x{19F6}";
echo $char; // Output: ᧶
Ruby:
char = "\u{19F6}"
puts char # Output: ᧶
Rust:
let c = '\u{19F6}';
println!("{}", c); // Output: ᧶
Go:
char := '\u19F6'
fmt.Printf("%c\n", char) // Output: ᧶
CSS:
/* CSS content property */
.element::before {
content: "\0019F6"; /* 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%A7%B6
MD5:
db6342515e2b28997713f02369c12228
SHA1:
d215d170946b37ce7faff9429fc9160ae8e02601
Base64:
4ae2