C:
char c = '\u136F';
printf("%c\n", c); // Output: ፯
JavaScript:
const char = '\u136F';
console.log(char); // Output: ፯
Java:
char c = '\u136F';
System.out.println(c); // Output: ፯
JSON:
{"text": "\u136F"} // Value: ፯
Python:
char = '\u136F'
print(char) # Output: ፯
Perl:
my $char = "\x{136F}";
print $char; # Output: ፯
PHP:
$char = "\x{136F}";
echo $char; // Output: ፯
Ruby:
char = "\u{136F}"
puts char # Output: ፯
Rust:
let c = '\u{136F}';
println!("{}", c); // Output: ፯
Go:
char := '\u136F'
fmt.Printf("%c\n", char) // Output: ፯
CSS:
/* CSS content property */
.element::before {
content: "\00136F"; /* 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%AF
MD5:
1e60c971ffe94e2e7f1260c025619d52
SHA1:
b63c20a9bf4cdebc365fd8e6caf30b73ec7957df
Base64:
4Y2v