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