C:
char c = '\u1936';
printf("%c\n", c); // Output: ᤶ
JavaScript:
const char = '\u1936';
console.log(char); // Output: ᤶ
Java:
char c = '\u1936';
System.out.println(c); // Output: ᤶ
JSON:
{"text": "\u1936"} // Value: ᤶ
Python:
char = '\u1936'
print(char) # Output: ᤶ
Perl:
my $char = "\x{1936}";
print $char; # Output: ᤶ
PHP:
$char = "\x{1936}";
echo $char; // Output: ᤶ
Ruby:
char = "\u{1936}"
puts char # Output: ᤶ
Rust:
let c = '\u{1936}';
println!("{}", c); // Output: ᤶ
Go:
char := '\u1936'
fmt.Printf("%c\n", char) // Output: ᤶ
CSS:
/* CSS content property */
.element::before {
content: "\001936"; /* 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%A4%B6
MD5:
99205712bdd7ada939f22b5ac441afc0
SHA1:
53f5ba0c986d2e53011daefac3db222fd227f43a
Base64:
4aS2