Unicode Finder

"Ȱ" U+0230(LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON)

Ȱ
U+0230
Nume Bloc
Latin Extended-B
Nume
LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON

Programming

C
\u0230
JavaScript
\u0230
Java
\u0230
Json
\u0230
Python
\u0230
Perl
\x{0230}
PHP
\x{0230}
Ruby
\u{0230}
Rust
\u{230}
Go
\u0230

Web

CSS
\000230
HtmlDecimal
Ȱ
HtmlHexadecimal
Ȱ
Url
%C8%B0

Code

MD5
96d1c99dee774b33599d720dad53fde6
Sha1
855a86b1059ce2ded4bf32a25d2a10d6848a1412
Base64
yLA=

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u0230';
console.log(char);  // Output: Ȱ

Java:

char c = '\u0230';
System.out.println(c);  // Output: Ȱ

JSON:

{"text": "\u0230"}  // Value: Ȱ

Python:

char = '\u0230'
print(char)  # Output: Ȱ

Perl:

my $char = "\x{0230}";
print $char;  # Output: Ȱ

PHP:

$char = "\x{0230}";
echo $char;  // Output: Ȱ

Ruby:

char = "\u{0230}"
puts char  # Output: Ȱ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000230";  /* Display: Ȱ */
}

HTML Decimal:

<p>HTML decimal: &#560;</p>  <!-- Display: Ȱ -->

HTML Hexadecimal:

<p>HTML hex: &#x0230;</p>  <!-- Display: Ȱ -->

URL Encoding:

// Ȱ URL encoding
https://unicodefinder.com/search.php?query=%C8%B0

Encodings

MD5:

96d1c99dee774b33599d720dad53fde6

SHA1:

855a86b1059ce2ded4bf32a25d2a10d6848a1412

Base64:

yLA=

© 2025 Unicode Finder

Ȱ U+0230 LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON Caracter Unicode - Unicode Finder

Contact: d2@fanqiang.me