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