Unicode Finder

"ꝋ" U+A74B(LATIN SMALL LETTER O WITH LONG STROKE OVERLAY)

U+A74B
ブロック名
Latin Extended-D
名前
LATIN SMALL LETTER O WITH LONG STROKE OVERLAY

Programming

C
\uA74B
JavaScript
\uA74B
Java
\uA74B
Json
\uA74B
Python
\uA74B
Perl
\x{A74B}
PHP
\x{A74B}
Ruby
\u{A74B}
Rust
\u{A74B}
Go
\uA74B

Web

CSS
\00A74B
HtmlDecimal
ꝋ
HtmlHexadecimal
ꝋ
Url
%EA%9D%8B

Code

MD5
25529696e87c23d16d141ecdfa5e653e
Sha1
07fcaeb2b3a36f58da1584ce16d6a2bf79dd0082
Base64
6p2L

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA74B';
console.log(char);  // Output: ꝋ

Java:

char c = '\uA74B';
System.out.println(c);  // Output: ꝋ

JSON:

{"text": "\uA74B"}  // Value: ꝋ

Python:

char = '\uA74B'
print(char)  # Output: ꝋ

Perl:

my $char = "\x{A74B}";
print $char;  # Output: ꝋ

PHP:

$char = "\x{A74B}";
echo $char;  // Output: ꝋ

Ruby:

char = "\u{A74B}"
puts char  # Output: ꝋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42827;</p>  <!-- Display: ꝋ -->

HTML Hexadecimal:

<p>HTML hex: &#xA74B;</p>  <!-- Display: ꝋ -->

URL Encoding:

// ꝋ URL encoding
https://unicodefinder.com/search.php?query=%EA%9D%8B

Encodings

MD5:

25529696e87c23d16d141ecdfa5e653e

SHA1:

07fcaeb2b3a36f58da1584ce16d6a2bf79dd0082

Base64:

6p2L