Unicode Finder

"ꤽ" U+A93D(REJANG LETTER RA)

U+A93D
ブロック名
Rejang
名前
REJANG LETTER RA

Programming

C
\uA93D
JavaScript
\uA93D
Java
\uA93D
Json
\uA93D
Python
\uA93D
Perl
\x{A93D}
PHP
\x{A93D}
Ruby
\u{A93D}
Rust
\u{A93D}
Go
\uA93D

Web

CSS
\00A93D
HtmlDecimal
ꤽ
HtmlHexadecimal
ꤽ
Url
%EA%A4%BD

Code

MD5
a0b67269b217ed5f61e40703fdf5911b
Sha1
fc454d0127f3ea1372532bbab9f7c157dfc9d90b
Base64
6qS9

使用例

Programming Languages

C:

char c = '\uA93D';
printf("%c\n", c);  // Output: ꤽ

JavaScript:

const char = '\uA93D';
console.log(char);  // Output: ꤽ

Java:

char c = '\uA93D';
System.out.println(c);  // Output: ꤽ

JSON:

{"text": "\uA93D"}  // Value: ꤽ

Python:

char = '\uA93D'
print(char)  # Output: ꤽ

Perl:

my $char = "\x{A93D}";
print $char;  # Output: ꤽ

PHP:

$char = "\x{A93D}";
echo $char;  // Output: ꤽ

Ruby:

char = "\u{A93D}"
puts char  # Output: ꤽ

Rust:

let c = '\u{A93D}';
println!("{}", c);  // Output: ꤽ

Go:

char := '\uA93D'
fmt.Printf("%c\n", char)  // Output: ꤽ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A93D";  /* Display: ꤽ */
}

HTML Decimal:

<p>HTML decimal: &#43325;</p>  <!-- Display: ꤽ -->

HTML Hexadecimal:

<p>HTML hex: &#xA93D;</p>  <!-- Display: ꤽ -->

URL Encoding:

// ꤽ URL encoding
https://unicodefinder.com/search.php?query=%EA%A4%BD

Encodings

MD5:

a0b67269b217ed5f61e40703fdf5911b

SHA1:

fc454d0127f3ea1372532bbab9f7c157dfc9d90b

Base64:

6qS9