C:
char c = '\u2A6C';
printf("%c\n", c); // Output: ⩬
JavaScript:
const char = '\u2A6C';
console.log(char); // Output: ⩬
Java:
char c = '\u2A6C';
System.out.println(c); // Output: ⩬
JSON:
{"text": "\u2A6C"} // Value: ⩬
Python:
char = '\u2A6C'
print(char) # Output: ⩬
Perl:
my $char = "\x{2A6C}";
print $char; # Output: ⩬
PHP:
$char = "\x{2A6C}";
echo $char; // Output: ⩬
Ruby:
char = "\u{2A6C}"
puts char # Output: ⩬
Rust:
let c = '\u{2A6C}';
println!("{}", c); // Output: ⩬
Go:
char := '\u2A6C'
fmt.Printf("%c\n", char) // Output: ⩬
CSS:
/* CSS content property */
.element::before {
content: "\002A6C"; /* 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%A9%AC
MD5:
9bfa714482d3178134e31ae0311ba6a2
SHA1:
14d609c204fad3b45323c517976122bf15cd4131
Base64:
4qms