C:
char c = '\u835B';
printf("%c\n", c); // Output: 荛
JavaScript:
const char = '\u835B';
console.log(char); // Output: 荛
Java:
char c = '\u835B';
System.out.println(c); // Output: 荛
JSON:
{"text": "\u835B"} // Value: 荛
Python:
char = '\u835B'
print(char) # Output: 荛
Perl:
my $char = "\x{835B}";
print $char; # Output: 荛
PHP:
$char = "\x{835B}";
echo $char; // Output: 荛
Ruby:
char = "\u{835B}"
puts char # Output: 荛
Rust:
let c = '\u{835B}';
println!("{}", c); // Output: 荛
Go:
char := '\u835B'
fmt.Printf("%c\n", char) // Output: 荛
CSS:
/* CSS content property */
.element::before {
content: "\00835B"; /* 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=%E8%8D%9B
MD5:
4943585a22f313836bcc20b53671afa5
SHA1:
3ea3e9e1e987a1ffe61b3347f1ae0eac101d1604
Base64:
6I2b