C:
char c = '\u18BB';
printf("%c\n", c); // Output: ᢻ
JavaScript:
const char = '\u18BB';
console.log(char); // Output: ᢻ
Java:
char c = '\u18BB';
System.out.println(c); // Output: ᢻ
JSON:
{"text": "\u18BB"} // Value: ᢻ
Python:
char = '\u18BB'
print(char) # Output: ᢻ
Perl:
my $char = "\x{18BB}";
print $char; # Output: ᢻ
PHP:
$char = "\x{18BB}";
echo $char; // Output: ᢻ
Ruby:
char = "\u{18BB}"
puts char # Output: ᢻ
Rust:
let c = '\u{18BB}';
println!("{}", c); // Output: ᢻ
Go:
char := '\u18BB'
fmt.Printf("%c\n", char) // Output: ᢻ
CSS:
/* CSS content property */
.element::before {
content: "\0018BB"; /* 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%A2%BB
MD5:
213e89ed29052c9880d388016d52a866
SHA1:
dac0cb2a928af0792f715ab79808d5b736a3da83
Base64:
4aK7