C:
char c = '\u1361';
printf("%c\n", c); // Output: ፡
JavaScript:
const char = '\u1361';
console.log(char); // Output: ፡
Java:
char c = '\u1361';
System.out.println(c); // Output: ፡
JSON:
{"text": "\u1361"} // Value: ፡
Python:
char = '\u1361'
print(char) # Output: ፡
Perl:
my $char = "\x{1361}";
print $char; # Output: ፡
PHP:
$char = "\x{1361}";
echo $char; // Output: ፡
Ruby:
char = "\u{1361}"
puts char # Output: ፡
Rust:
let c = '\u{1361}';
println!("{}", c); // Output: ፡
Go:
char := '\u1361'
fmt.Printf("%c\n", char) // Output: ፡
CSS:
/* CSS content property */
.element::before {
content: "\001361"; /* 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%8D%A1
MD5:
5199e47bd697cee890d21e1e81e0a3aa
SHA1:
00a698447291837e13ffdc8e452913eaa85ccdf0
Base64:
4Y2h