C:
char c = '\u2035';
printf("%c\n", c); // Output: ‵
JavaScript:
const char = '\u2035';
console.log(char); // Output: ‵
Java:
char c = '\u2035';
System.out.println(c); // Output: ‵
JSON:
{"text": "\u2035"} // Value: ‵
Python:
char = '\u2035'
print(char) # Output: ‵
Perl:
my $char = "\x{2035}";
print $char; # Output: ‵
PHP:
$char = "\x{2035}";
echo $char; // Output: ‵
Ruby:
char = "\u{2035}"
puts char # Output: ‵
Rust:
let c = '\u{2035}';
println!("{}", c); // Output: ‵
Go:
char := '\u2035'
fmt.Printf("%c\n", char) // Output: ‵
CSS:
/* CSS content property */
.element::before {
content: "\002035"; /* 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=%E2%80%B5
MD5:
6b531a2e7ad4ae789f0e02806efc21e5
SHA1:
d3da61fa9c2398b62d5ee698367fbdf9681ce00e
Base64:
4oC1