C:
char c = '\u127C';
printf("%c\n", c); // Output: ቼ
JavaScript:
const char = '\u127C';
console.log(char); // Output: ቼ
Java:
char c = '\u127C';
System.out.println(c); // Output: ቼ
JSON:
{"text": "\u127C"} // Value: ቼ
Python:
char = '\u127C'
print(char) # Output: ቼ
Perl:
my $char = "\x{127C}";
print $char; # Output: ቼ
PHP:
$char = "\x{127C}";
echo $char; // Output: ቼ
Ruby:
char = "\u{127C}"
puts char # Output: ቼ
Rust:
let c = '\u{127C}';
println!("{}", c); // Output: ቼ
Go:
char := '\u127C'
fmt.Printf("%c\n", char) // Output: ቼ
CSS:
/* CSS content property */
.element::before {
content: "\00127C"; /* 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%89%BC
MD5:
e1064d35e35ea65ea3fa1baa0e70afbd
SHA1:
a75e4cb8979afced6747c65dcb15b85395cff4d3
Base64:
4Ym8