C:
char c = '\u1BFC';
printf("%c\n", c); // Output: ᯼
JavaScript:
const char = '\u1BFC';
console.log(char); // Output: ᯼
Java:
char c = '\u1BFC';
System.out.println(c); // Output: ᯼
JSON:
{"text": "\u1BFC"} // Value: ᯼
Python:
char = '\u1BFC'
print(char) # Output: ᯼
Perl:
my $char = "\x{1BFC}";
print $char; # Output: ᯼
PHP:
$char = "\x{1BFC}";
echo $char; // Output: ᯼
Ruby:
char = "\u{1BFC}"
puts char # Output: ᯼
Rust:
let c = '\u{1BFC}';
println!("{}", c); // Output: ᯼
Go:
char := '\u1BFC'
fmt.Printf("%c\n", char) // Output: ᯼
CSS:
/* CSS content property */
.element::before {
content: "\001BFC"; /* 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%AF%BC
MD5:
6cff6c8946cc812b8e38142c8c831887
SHA1:
3f12c82d4a62095e5f9c626f4aff7857d2b24554
Base64:
4a+8