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