Unicode Finder

"Ꙝ" U+A65C(CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS)

U+A65C
ブロック名
Cyrillic Extended-B
名前
CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS

Programming

C
\uA65C
JavaScript
\uA65C
Java
\uA65C
Json
\uA65C
Python
\uA65C
Perl
\x{A65C}
PHP
\x{A65C}
Ruby
\u{A65C}
Rust
\u{A65C}
Go
\uA65C

Web

CSS
\00A65C
HtmlDecimal
Ꙝ
HtmlHexadecimal
Ꙝ
Url
%EA%99%9C

Code

MD5
a5677a25b8db2d4352df4317eccd621b
Sha1
032fa9c234ed87ae2ce5bc469300514b2660e7e9
Base64
6pmc

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA65C';
console.log(char);  // Output: Ꙝ

Java:

char c = '\uA65C';
System.out.println(c);  // Output: Ꙝ

JSON:

{"text": "\uA65C"}  // Value: Ꙝ

Python:

char = '\uA65C'
print(char)  # Output: Ꙝ

Perl:

my $char = "\x{A65C}";
print $char;  # Output: Ꙝ

PHP:

$char = "\x{A65C}";
echo $char;  // Output: Ꙝ

Ruby:

char = "\u{A65C}"
puts char  # Output: Ꙝ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42588;</p>  <!-- Display: Ꙝ -->

HTML Hexadecimal:

<p>HTML hex: &#xA65C;</p>  <!-- Display: Ꙝ -->

URL Encoding:

// Ꙝ URL encoding
https://unicodefinder.com/search.php?query=%EA%99%9C

Encodings

MD5:

a5677a25b8db2d4352df4317eccd621b

SHA1:

032fa9c234ed87ae2ce5bc469300514b2660e7e9

Base64:

6pmc