C:
char c = '\u036B';
printf("%c\n", c); // Output: ͫ
JavaScript:
const char = '\u036B';
console.log(char); // Output: ͫ
Java:
char c = '\u036B';
System.out.println(c); // Output: ͫ
JSON:
{"text": "\u036B"} // Value: ͫ
Python:
char = '\u036B'
print(char) # Output: ͫ
Perl:
my $char = "\x{036B}";
print $char; # Output: ͫ
PHP:
$char = "\x{036B}";
echo $char; // Output: ͫ
Ruby:
char = "\u{036B}"
puts char # Output: ͫ
Rust:
let c = '\u{36B}';
println!("{}", c); // Output: ͫ
Go:
char := '\u036B'
fmt.Printf("%c\n", char) // Output: ͫ
CSS:
/* CSS content property */
.element::before {
content: "\00036B"; /* 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=%CD%AB
MD5:
54f082245d59be2c7ce22d46434611e6
SHA1:
d2cbb61c89bddcc016207741b3ab02e6c5b9326e
Base64:
zas=