Unicode Finder

"ꏓ" U+A3D3(YI SYLLABLE REP)

U+A3D3
ブロック名
Yi Syllables
名前
YI SYLLABLE REP

Programming

C
\uA3D3
JavaScript
\uA3D3
Java
\uA3D3
Json
\uA3D3
Python
\uA3D3
Perl
\x{A3D3}
PHP
\x{A3D3}
Ruby
\u{A3D3}
Rust
\u{A3D3}
Go
\uA3D3

Web

CSS
\00A3D3
HtmlDecimal
ꏓ
HtmlHexadecimal
ꏓ
Url
%EA%8F%93

Code

MD5
b206c042898d5196164f4178e6343c78
Sha1
75fadc718672d7def77716a24f477526845c99c5
Base64
6o+T

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA3D3';
console.log(char);  // Output: ꏓ

Java:

char c = '\uA3D3';
System.out.println(c);  // Output: ꏓ

JSON:

{"text": "\uA3D3"}  // Value: ꏓ

Python:

char = '\uA3D3'
print(char)  # Output: ꏓ

Perl:

my $char = "\x{A3D3}";
print $char;  # Output: ꏓ

PHP:

$char = "\x{A3D3}";
echo $char;  // Output: ꏓ

Ruby:

char = "\u{A3D3}"
puts char  # Output: ꏓ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41939;</p>  <!-- Display: ꏓ -->

HTML Hexadecimal:

<p>HTML hex: &#xA3D3;</p>  <!-- Display: ꏓ -->

URL Encoding:

// ꏓ URL encoding
https://unicodefinder.com/search.php?query=%EA%8F%93

Encodings

MD5:

b206c042898d5196164f4178e6343c78

SHA1:

75fadc718672d7def77716a24f477526845c99c5

Base64:

6o+T