C:
char c = '\u17CB';
printf("%c\n", c); // Output: ់
JavaScript:
const char = '\u17CB';
console.log(char); // Output: ់
Java:
char c = '\u17CB';
System.out.println(c); // Output: ់
JSON:
{"text": "\u17CB"} // Value: ់
Python:
char = '\u17CB'
print(char) # Output: ់
Perl:
my $char = "\x{17CB}";
print $char; # Output: ់
PHP:
$char = "\x{17CB}";
echo $char; // Output: ់
Ruby:
char = "\u{17CB}"
puts char # Output: ់
Rust:
let c = '\u{17CB}';
println!("{}", c); // Output: ់
Go:
char := '\u17CB'
fmt.Printf("%c\n", char) // Output: ់
CSS:
/* CSS content property */
.element::before {
content: "\0017CB"; /* 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%9F%8B
MD5:
6f3467788459b17b0b07ff77bc846747
SHA1:
a537011a90ab9ddc92ad5787fbe689edd2c4f0ad
Base64:
4Z+L